valberg.dk/theme/templates/tag.html

8 lines
172 B
HTML
Raw Normal View History

2023-05-16 15:39:44 +00:00
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ tag }} tag{% endblock %}
{% block content_title %}
<h2>Articles tagged with {{ tag }}</h2>
{% endblock %}