From 7132484b8f319d23599242443f7df22b87ab34e0 Mon Sep 17 00:00:00 2001 From: duongban Date: Sun, 23 May 2021 20:02:37 +0700 Subject: [PATCH] Add page tags --- templates/tags.html | 52 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 templates/tags.html diff --git a/templates/tags.html b/templates/tags.html new file mode 100644 index 0000000..8cffc0f --- /dev/null +++ b/templates/tags.html @@ -0,0 +1,52 @@ +{% extends "layout.html" %} +{% block body %} + +
+

Add a Tag

+
+
+ + +
+
+ +
+
+
+ + + + + + +{% endblock %}