Files
dungeon-sheets/dungeonsheets/forms/gm_spellbook_template.html
T
2022-03-19 12:37:28 -03:00

10 lines
183 B
HTML

<h1 id="spells">Spells</h1>
<!-- Spell descriptions -->
[% from "spellblock.html" import spellblock %]
[% for spl in spells %]
[[ spellblock(spl, id_base="spells") ]]
[% endfor %]