mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
8 lines
156 B
HTML
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 %]
|