From 1ded97cca520f8cddf0f61dad76298243156639f Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 30 Dec 2016 22:42:39 +1100 Subject: Initial commit --- project/templates/about.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 project/templates/about.html (limited to 'project/templates/about.html') 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 %} +

Content for about page goes here

+{% endblock %} -- cgit