1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-04-06 16:49:38 +01:00
2015-12-07 22:10:54 -05:00

22 lines
494 B
TeX

[~ if( r.writing && r.writing.length ) { ~]
\cvsection{Writing}
\begin{cventries}
[~ _.each(r.writing, function(wri) { ~]
\cventry
{[[ wri.publisher ]]}
{[[ wri.title ]]}
{[[ wri.url ]]}
{[[ wri.safe.date ]] - PRESENT}
[~ if( wri.highlights && wri.highlights.length ) { ~]
{
\begin{cvitems}
[~ _.each(wri.highlights, function(high) { ~]
\item {[[ high ]]}
[~ }); ~]
\end{cvitems}
}
[~ } ~]
[~ }); ~]
\end{cventries}
[~ } ~]