From 1385a3cefc7312a3f18e8d78a854411b53c75e67 Mon Sep 17 00:00:00 2001 From: Ken Date: Wed, 1 Nov 2017 13:27:17 -0400 Subject: Initial commit of the new logs. --- source/_templates/layout.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 source/_templates/layout.html (limited to 'source/_templates/layout.html') diff --git a/source/_templates/layout.html b/source/_templates/layout.html new file mode 100644 index 0000000..c6a61a1 --- /dev/null +++ b/source/_templates/layout.html @@ -0,0 +1,22 @@ +{% extends '!layout.html' %} + +{% block header %} + +{% endblock %} + +{% block footer %} +{% endblock %} -- cgit v1.3.1