From 9fd72ae4c4b852b94a2f3fdc760de81206a44857 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 5 Feb 2021 11:21:30 +1100 Subject: Tagging system created --- project/templates/tags/videogames.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 project/templates/tags/videogames.html (limited to 'project/templates/tags/videogames.html') diff --git a/project/templates/tags/videogames.html b/project/templates/tags/videogames.html new file mode 100644 index 0000000..898e1fb --- /dev/null +++ b/project/templates/tags/videogames.html @@ -0,0 +1,34 @@ + +{% extends "base.html" %} + + + +{% block title %}Videogames Tag{% endblock %} + + + +{% block style %} + +{% endblock %} + + + +{% block content %} + +

Tag: Videogames

+ + + +{% endblock %} + + -- cgit