refactor template

This commit is contained in:
Sina Atalay 2023-10-14 20:39:55 +02:00
parent 697c867aef
commit ad45a94e86
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,7 @@
<<header(name=cv.name, connections=cv.connections)|indent(4)>>
((* if cv.summary is not none *))
\section{Summary}
\setlength{\leftskip}{<<theme_options.margins.entry_area.left>>}
\setlength{\rightskip}{<<theme_options.margins.entry_area.right>>}
@ -130,6 +131,7 @@
((* for section in cv.sections *))
\section{<<section.title>>}
<<section_contents(title=section.title, entries=section.entries, entry_type=section.entry_type, link_text=section.link_text)|indent(4)>>
((* endfor *))