Added ability to make epub files for character sheets (missing stats and spell list).

This commit is contained in:
Mark Wolfman
2021-07-07 22:32:20 -05:00
parent a31b9eb42c
commit 50754f7d5d
11 changed files with 248 additions and 93 deletions
@@ -0,0 +1,8 @@
<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 %]