diff --git a/templates/about/index.html b/templates/about/index.html new file mode 100644 index 0000000..aaeed95 --- /dev/null +++ b/templates/about/index.html @@ -0,0 +1,12 @@ +{% extends 'content_base.html' %} + +{% block pageTitle %}About{% endblock %} + +{% block content %} +
+
+
+
+
+
+{% endblock %} \ No newline at end of file