From 3a1a7a4d62dce554436aa8c23e980204a481c7b4 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 5 Feb 2021 17:24:33 +1100 Subject: Added compsci tag --- project/templates/tags/compsci.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 project/templates/tags/compsci.html (limited to 'project/templates/tags/compsci.html') diff --git a/project/templates/tags/compsci.html b/project/templates/tags/compsci.html new file mode 100644 index 0000000..c39f7f1 --- /dev/null +++ b/project/templates/tags/compsci.html @@ -0,0 +1,34 @@ + +{% extends "base.html" %} + + + +{% block title %}Compsci Tag{% endblock %} + + + +{% block style %} + +{% endblock %} + + + +{% block content %} + +

Tag: Compsci

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