summaryrefslogtreecommitdiffstats
path: root/templates/post-list.html
blob: f447babcae754539209576c68636e35a25146f5f (plain) (blame)
1
2
3
4
5
6
7
<ul id="posts">
  $for(posts)$
  <li>
    <a href="$url$">$date$ - $title$</a>
  </li>
  $endfor$
</ul>