From 31907e58394484c2447402f630c0a5c93c5b37e7 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Sun, 12 May 2013 11:02:04 -0400 Subject: minimum viable demonstration --- templates/base.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..779181a --- /dev/null +++ b/templates/base.html @@ -0,0 +1,14 @@ + + + + + {% block title %}partmom{% endblock %} + + {% block head %}{% endblock %} + + +
+{% block content %}{% endblock %} +
+ + -- cgit v1.2.3