Files
dungeon-sheets/dungeonsheets/forms/extra_gm_content.html
T

8 lines
156 B
HTML

[% for section in sections %]
<h1 id="extra-[[ section.name | to_heading_id ]]">[[ section.name ]]</h1>
[[ section.__doc__ | rst_to_html ]]
[% endfor %]