offtopia.org/templates/projects.html

18 lines
221 B
HTML

<h2>
$if(link)$
<a href="$link$">$name$</a>
$else$
$name$
$endif$
</h2>
$if(participants)$
<span>
People involved:
$for(participants)$
<span class="author">$name$</span>$sep$,
$endfor$
</span>
$endif$
$body$