Files
dungeon-sheets/dungeonsheets/forms/random_tables_template.html
T
2021-09-30 21:10:34 -05:00

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 %]