mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-04-07 00:59:37 +01:00
20 lines
548 B
TeX
20 lines
548 B
TeX
[~ if( r.extracurricular && r.extracurricular.length ) { ~]
|
|
\cvsection{Extracurricular Activity}
|
|
\begin{cventries}
|
|
[~ _.each( r.extracurricular, function(ex) { ~]
|
|
\cventry
|
|
{[[ ex.title ]]}
|
|
{[[ ex.activity ]]}
|
|
{[[ ex.location ]]}
|
|
{[[ ex.safe.start ]] - [[ ex.safe.end ]]}
|
|
[~ if( ex.highlights && ex.highlights.length ) {
|
|
~]{
|
|
\begin{cvitems}
|
|
[~ _.each(ex.highlights, function(high) {
|
|
~]\item {[[high]]}
|
|
[~ }); ~]\end{cvitems}
|
|
}[~ } else { ~]{ }[~ } ~]
|
|
[~ }); ~]
|
|
\end{cventries}
|
|
[~ } ~]
|