mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-04-07 00:59:37 +01:00
21 lines
510 B
TeX
21 lines
510 B
TeX
[~ if( r.speaking && r.speaking.length) { ~]
|
|
\cvsection{Presentation}
|
|
\begin{cventries}
|
|
[~ _.each(r.speaking, 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}
|
|
[~ } ~]
|