blob: f8d5ddefaa246774b903fd5288415670cbd3fd68 (
plain)
1
2
3
4
5
6
7
|
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - Articles tagged with {{ tag }}{% endblock %}
{% block content_title %}
<h1>Articles tagged with {{ tag }}</h1>
{% endblock content_title %}
|