summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/tag_list.html
blob: ebc864ee110683063f46ee21dc3dd4f9e6dcd60c (plain)
1
2
3
4
5
6
7
{%macro print(tags)%}
  <p>Tags: 
  {%for t in tags-%}
    <a href="/tags/{{t}}.html">{{t}}</a>{{", " if not loop.last else ""}}
  {%-endfor%}
  </p>
{%endmacro%}