mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-01 18:38:27 +02:00
Added spell list to the epub, and cleaned up dict-list style sheet.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user