From 7131d99df20e1c2546452124ee52a95fa3ace97b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 30 Dec 2014 03:42:27 +0100 Subject: 'better' theme --- _templates/layout.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _templates/layout.html (limited to '_templates/layout.html') diff --git a/_templates/layout.html b/_templates/layout.html new file mode 100644 index 0000000..7d9b9a4 --- /dev/null +++ b/_templates/layout.html @@ -0,0 +1,9 @@ +{% extends "!layout.html" %} + + +{% block header %} + +{% endblock %} -- cgit v1.2.3