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

9 lines
221 B
HTML

<h1 id="gm-random-tables">Random Tables</h1>
[% 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 %]