summaryrefslogtreecommitdiff
path: root/provider/templates/index.html
blob: 0eea806af87ff662a369bd5918c8b02bdba370ab (plain)
1
2
3
4
5
6
7
8
9
$body$

<ul>
  $for(tags)$
  <li>
    $body$
  </li>
  $endfor$
</ul>