mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
9 lines
290 B
HTML
9 lines
290 B
HTML
<h1 id="subclasses">Subclasses</h1>
|
|
|
|
[% for sc in character.subclasses if sc not in ['', None, 'None', 'none']%]
|
|
<h2 id="subclasses-[[ sc.name | to_heading_id ]]">[[ sc.name ]]</h2><!-- Would like to add source here -->
|
|
|
|
[[ sc.__doc__ | rst_to_html(top_heading_level=2) ]]
|
|
|
|
[% endfor %]
|