summaryrefslogtreecommitdiff
path: root/provider/templates/post-list.html
blob: 4d50d4d39972c1f82915668b99123bd39a5731b2 (plain)
1
2
3
4
5
6
7
<ul>
  $for(posts)$
  <li>
    $if(ellipsis)$…$else$<a href="$url$">$title$</a>$endif$
  </li>
  $endfor$
</ul>