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 -3
View File
@@ -3,13 +3,13 @@
[% for inf in character.infusions %]
<h2 id="infusions-[[ inf.name | to_heading_id ]]">[[ inf.name ]]</h2>
<dl>
<dl class="infusion-details details">
[% if inf.prerequisite %]
<dt>Prerequisite:</dt>
<dt>Prerequisite</dt>
<dd>[[ inf.prerequisite ]]</dd>
[% endif %]
[% if inf.item %]
<dt>Item:</dt>
<dt>Item</dt>
<dd>[[ inf.item ]]</dd>
[% endif %]
</dl>