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