From 3cae1d138c53a3fd042de3d2c9d9a07cf0650e0f Mon Sep 17 00:00:00 2001 From: "Daniel M. Pelt" Date: Tue, 24 Feb 2015 12:35:45 +0100 Subject: Added Python interface --- python/docSRC/_templates/layout.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 python/docSRC/_templates/layout.html (limited to 'python/docSRC/_templates') diff --git a/python/docSRC/_templates/layout.html b/python/docSRC/_templates/layout.html new file mode 100644 index 0000000..f30df11 --- /dev/null +++ b/python/docSRC/_templates/layout.html @@ -0,0 +1,15 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + +{% endblock %} -- cgit v1.2.3