summaryrefslogtreecommitdiff
path: root/themes/simple/templates/tag.html
blob: be217783c36f65423ad40db63b7357e6e36d8d02 (plain)
1
2
3
4
5
6
7
{% extends "index.html" %}

{% block title %}{{ SITENAME|striptags }} - {{ tag }} tag{% endblock %}

{% block content_title %}
    <h2>Articles tagged with {{ tag }}</h2>
{% endblock %}