mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
mixin notes()
|
|
| {{#notes}}
|
|
tr: td.notes
|
|
div Notes:
|
|
div {{notes}}
|
|
| {{/notes}}
|
|
|
|
rolltemplate.sheet-rolltemplate-eh
|
|
table
|
|
thead: tr: th unit( "{{charName}}" ).exec( "{{attr}}" );
|
|
tbody
|
|
tr: td Successes {{result}}
|
|
+notes()
|