Files
dungeon-sheets/dungeonsheets/forms/extra_gm_content.tex
T

9 lines
169 B
TeX

[% for section in sections %]
\pdfbookmark[0]{[[ section.name ]]}{[[ section.name ]]}
\section*{[[ section.name ]]}
[[ section.__doc__ | rst_to_latex ]]
[% endfor %]