Added spell list to the epub, and cleaned up dict-list style sheet.

This commit is contained in:
Mark Wolfman
2021-07-11 12:35:22 -05:00
parent 8be06d2ffe
commit 88bdd59fdd
18 changed files with 304 additions and 120 deletions
@@ -3,10 +3,10 @@
[% for mitem in character.magic_items %]
<h2 id="magic-items-[[ mitem.name | to_heading_id ]]">[[ mitem.name ]]</h2>
<dl>
<dt>Requires Attunement:</dt>
<dl class="magic-item-details details">
<dt>Requires Attunement</dt>
<dd>[[ mitem.requires_attunement ]]</dd>
<dt>Rarity:</dt>
<dt>Rarity</dt>
<dd>[[ mitem.rarity ]]</dd>
</dl>