summaryrefslogtreecommitdiff
path: root/project/templates/about.html
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-12-30 22:42:39 +1100
committerJed Barber <jjbarber@y7mail.com>2016-12-30 22:42:39 +1100
commit1ded97cca520f8cddf0f61dad76298243156639f (patch)
tree70f12def25048a664fc84cde64c173195b638d08 /project/templates/about.html
Initial commit
Diffstat (limited to 'project/templates/about.html')
-rw-r--r--project/templates/about.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/project/templates/about.html b/project/templates/about.html
new file mode 100644
index 0000000..df4d00d
--- /dev/null
+++ b/project/templates/about.html
@@ -0,0 +1,8 @@
+
+{% extends "base.html" %}
+
+{% block title %}About{% endblock %}
+
+{% block content %}
+ <p>Content for about page goes here</p>
+{% endblock %}