blog/templates/project-list.html

6 lines
161 B
HTML

$for(projects)$
<hr>
<h2><a href="$external_link$">$title$</a></h2>
<p>$summary$</p>
<p><img src="/images/$image_preview$" style="max-width: 50%"/></p>
$endfor$