about summary refs log tree commit diff
path: root/templates/post-list.html
blob: 71cf1b9767e95195a6f45ece33ae8c89e9b99ea8 (plain) (blame)
1
2
3
4
5
6
7
<ul>
    $for(posts)$
        <li>
            <a href="$url$">$title$</a> - $date$
        </li>
    $endfor$
</ul>