From b4e625edcd2f81ae2a57d158d3b6920ca5f46818 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 27 May 2015 09:16:09 +0300 Subject: remove all custom files, will be updated externally --- res/local/template.d/base.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 res/local/template.d/base.html (limited to 'res/local/template.d/base.html') diff --git a/res/local/template.d/base.html b/res/local/template.d/base.html new file mode 100644 index 00000000..135189af --- /dev/null +++ b/res/local/template.d/base.html @@ -0,0 +1,20 @@ + + + + {% block head %} + + + {% block title %}{% endblock %} + + + + + + {% endblock %} + + +
{% block content %}{% endblock %}
+ + + + -- cgit v1.3.1