mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
11 lines
260 B
HTML
11 lines
260 B
HTML
[% if tables|length > 0 %]
|
|
<h1 id="gm-random-tables">Random Tables</h1>
|
|
[% endif %]
|
|
|
|
[% for table in tables %]
|
|
<h2 id="gm-random-tables-[[ table.name | to_heading_id ]]">[[ table.name ]]</h2>
|
|
|
|
[[ table.__doc__ | rst_to_html(format_dice=False) ]]
|
|
|
|
[% endfor %]
|