From 9ae959fe5c02635cb542f8d1dd915c8f02ef8da0 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 3 May 2015 18:30:28 +0300 Subject: mv templates -> template.d --- res/template.d/base.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 res/template.d/base.html (limited to 'res/template.d/base.html') diff --git a/res/template.d/base.html b/res/template.d/base.html new file mode 100644 index 00000000..7369984d --- /dev/null +++ b/res/template.d/base.html @@ -0,0 +1,17 @@ + + + + {% block head %} + + + {% block title %}{% endblock %} + + + + {% endblock %} + + +
{% block content %}{% endblock %}
+ + + -- cgit v1.3.1