blogng/templates/post-list.html
Dhananjay Balan f1bf5b6c0d intial commit
2017-01-22 22:30:42 +01:00

8 lines
117 B
HTML

<ul>
$for(posts)$
<li>
<a href="$url$">$title$</a> - $date$
</li>
$endfor$
</ul>