pelican-website-ge/ge-theme/templates/tag.html

7 lines
171 B
HTML

{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ tag }} tag{% endblock %}
{% block content_title %}
<h2>Articles tagged with {{ tag }}</h2>
{% endblock %}