[~ if (r.speaking && r.speaking.length) { ~] %------------------------------------------------------------------------------- % SECTION TITLE %------------------------------------------------------------------------------- \cvsection{Presentation} %------------------------------------------------------------------------------- % CONTENT %------------------------------------------------------------------------------- \begin{cventries} [~ _.each( r.speaking, function(spk) { ~] %--------------------------------------------------------- \cventry {[[ spk.title ]]} % Role {[[ spk.event ]])} % Event {[[ spk.location ]]} % Location {[[ spk.date ]]} % Date(s) { \begin{cvitems} % Description(s) [~ _.each( spk.highlights, function(high) { ~] \item {[[ high ]]} [~ }); ~] \end{cvitems} } [~ }); ~] %--------------------------------------------------------- \end{cventries} [~ } ~]