Files
DiceCloud/rpg-docs/client/views/character/resources/resources.html
2014-11-19 09:51:37 +00:00

22 lines
361 B
HTML

<template name="resources">
<div>
{{#if hasSlots}}
{{slotSummary}}
{{/if}}
</div>
<div>
{{#if hasKi}}
{{attributeValue attributes.ki}}
{{/if}}
</div>
<div>
{{#if hasSorceryPoints}}
{{attributeValue attributes.sorceryPoints}}
{{/if}}
</div>
<div>
{{#if hasRages}}
{{attributeValue attributes.rages}}
{{/if}}
</div>
</template>