mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
10 lines
183 B
HTML
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 %]
|