summaryrefslogtreecommitdiff
path: root/templates/taglist.html
blob: 58f3557638746dc3bbdc75b1c9d55bf7d16892ce (plain)
1
{% if article.tags %}<p>tags: {% for tag in article.tags %}<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag | escape }}</a> {% endfor %}</p>{% endif %}