mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-28 16:48:27 +02:00
9 lines
169 B
TeX
9 lines
169 B
TeX
[% for section in sections %]
|
|
|
|
\pdfbookmark[0]{[[ section.name ]]}{[[ section.name ]]}
|
|
\section*{[[ section.name ]]}
|
|
|
|
[[ section.__doc__ | rst_to_latex ]]
|
|
|
|
[% endfor %]
|