1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-04-13 11:49:57 +01:00
2015-12-08 10:14:29 -05:00

22 lines
536 B
TeX

[~ if( r.presentations && r.presentations.length) { ~]
\cvsection{Presentation}
\begin{cventries}
[~ _.each(r.presentations, function(pres) { ~]
\cventry
{[[ pres.title ]]}
{[[ pres.event ]]}
{[[ pres.location ]]}
{[[ pres.safe.date ]]}
[~ if (pres.highlights && pres.highlights.length) { ~]
{
\begin{cvitems}
[~ _.each(pres.highlights, function( high) { ~]
\item {[[ high ]]}
[~ }); ~]
\end{cvitems}
}
[~ } else { ~]{ }[~ } ~]
[~ }); ~]
\end{cventries}
[~ } ~]