summaryrefslogtreecommitdiff
path: root/art/plt/tag_list.html
blob: b1d6f7292d9831c8afd5c33e255c9357b39b7a0f (plain)
1
2
3
4
5
6
7
8
9
{%macro print(tags)%}
<div class="art-tags">
  <p>Tags:
  {%for t in tags-%}
    <a href="{{t[1]}}">{{t[0]}}</a>{{", " if not loop.last else ""}}
  {%-endfor%}
  </p>
</div>
{%endmacro%}