www/foxotheme/templates/tag.html

8 lines
182 B
HTML
Raw Normal View History

2023-12-28 13:17:31 +00:00
{% extends "index.html" %}
{% block title %}{{ SITENAME|striptags }} - {{ tag }} tag{% endblock %}
{% block content_title %}
<h2>Articles tagged with {{ tag }}</h2>
{% endblock %}