From d33d3663ecb166461d9cb5a78a29b44ee7a8fbb7 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 18 Feb 2016 13:03:40 +0100 Subject: combine projects --- pathod/templates/docframe.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pathod/templates/docframe.html (limited to 'pathod/templates/docframe.html') diff --git a/pathod/templates/docframe.html b/pathod/templates/docframe.html new file mode 100644 index 00000000..797de20a --- /dev/null +++ b/pathod/templates/docframe.html @@ -0,0 +1,26 @@ +{% extends "layout.html" %} + +{% macro subs(s) %} + {% if subsection == s %} + class="active" + {% endif %} +{% endmacro %} + +{% block content %} +
+
+ +
+
+ {% block body %} {% endblock %} +
+
+{% endblock %} -- cgit v1.2.3