\section*{Infusions} [% for inf in character.infusions %] \subsection*{[[ inf.name ]]} [% if inf.prerequisite %]% \noindent \textit{Prerequisite: [[ inf.prerequisite ]]}% [% endif %]% [% if inf.item %]% \noindent \textit{Item: [[ inf.item ]]}% [% endif %]% [[ inf.__doc__ | rst_to_latex(top_heading_level=2) ]] [% endfor %]