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 %}