mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 05:03:31 +02:00
Made a Content base class, and changed GM extra content interface.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
\pdfbookmark[0]{[[ title ]]}{[[ title ]]}
|
||||
\section*{[[ title ]]}
|
||||
[% for section in sections %]
|
||||
|
||||
[[ rst | rst_to_latex ]]
|
||||
\pdfbookmark[0]{[[ section.name ]]}{[[ section.name ]]}
|
||||
\section*{[[ section.name ]]}
|
||||
|
||||
[[ section.__doc__ | rst_to_latex ]]
|
||||
|
||||
[% endfor %]
|
||||
|
||||
Reference in New Issue
Block a user