mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
14 lines
278 B
HTML
14 lines
278 B
HTML
<h1 id="features">Features</h1>
|
|
|
|
[% for feat in character.features %]
|
|
<h2 id="features-[[ feat.name | to_heading_id ]]">[[ feat.name ]]</h2>
|
|
|
|
<dl class="feature-details details">
|
|
<dt>Source</dt>
|
|
<dd>[[ feat.source ]]</dd>
|
|
</dl>
|
|
|
|
[[ feat.__doc__|rst_to_html ]]
|
|
|
|
[% endfor %]
|