aboutsummaryrefslogtreecommitdiffstats
path: root/simple-bootstrap/templates/tag.html
blob: ff040d554346e25ee46e8866c725df23d9963d35 (plain)
1
2
3
4
5
6
7
{% extends "index.html" %}
{% block title %} Articles in {{ tag }} tag - {{ SITENAME }}{% endblock %}
{% block navclass %}{%endblock%}
{% block archclass %}active{%endblock%}
{% block content_title %}
<h2>Articles with the {{ tag }} tag</h2>
{% endblock %}