Files
foundryvtt-reve-de-dragon/templates/roll/roll-section.hbs

7 lines
207 B
Handlebars

{{#if (eq section currentsection)}}
<roll-section name="{{code}}">
{{#with (roll-part-context rollData code) as |context|}}
{{> (lookup context 'template') context }}
{{/with}}
</roll-section>
{{/if}}