blog/templates/tag.html

3 lines
85 B
HTML
Raw Normal View History

2020-04-11 09:23:56 +00:00
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ tag }}{% endblock %}