summaryrefslogtreecommitdiff
path: root/provider/templates/index.html
blob: 468ae5b3a447d77e45dd5c0f0afad440a005dcf4 (plain)
1
2
3
4
5
6
7
<ul class="indexTagList">
  $for(tags)$
  <li>
    $body$
  </li>
  $endfor$
</ul>