From c8cfe63aac73a92ae02354a5306ca5480808daff Mon Sep 17 00:00:00 2001 From: Hans-Peter Oeri Date: Thu, 25 Oct 2018 13:27:51 +0200 Subject: re-do site in schiedsstelle layout --- theme/cccevents/templates/tag.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 theme/cccevents/templates/tag.html (limited to 'theme/cccevents/templates/tag.html') diff --git a/theme/cccevents/templates/tag.html b/theme/cccevents/templates/tag.html new file mode 100644 index 0000000..f8d5dde --- /dev/null +++ b/theme/cccevents/templates/tag.html @@ -0,0 +1,7 @@ +{% extends "index.html" %} + +{% block title %}{{ SITENAME }} - Articles tagged with {{ tag }}{% endblock %} + +{% block content_title %} +

Articles tagged with {{ tag }}

+{% endblock content_title %} -- cgit v1.2.3