blog/templates/tag.html
2020-04-11 11:23:56 +02:00

2 lines
85 B
HTML

{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ tag }}{% endblock %}