From 271298a9763515e1735abc5a68eff102c3d676c4 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 21 Dec 2022 23:45:30 +0100 Subject: initial version of own template --- templates/tags/single.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/tags/single.html (limited to 'templates/tags/single.html') diff --git a/templates/tags/single.html b/templates/tags/single.html new file mode 100644 index 0000000..52b965e --- /dev/null +++ b/templates/tags/single.html @@ -0,0 +1,16 @@ +{% extends "index.html" %} + +{% block content %} +

Tag: #{{ term.name }}

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