X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/108c9cc4636b04f4ba3f0edd67c26acbdca36984..8fefd8bdaca07a3f5607de79c081dc0f7876fbc7:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index ff40f4113..c9cfe1533 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,99 +1,184 @@ -{% load chunks compressed catalogue_tags %} - - + + + {% load cache compressed i18n %} + {% load catalogue_tags reporting_stats sponsor_tags %} - {% block title %}WolneLektury.pl{% endblock %} - + + {% block title %}{% trans "Wolne Lektury" %} :: + {% block titleextra %}{% endblock %}{% endblock %} + + {% compressed_css "all" %} - {% compressed_js "all" %} + {% block extrahead %} {% endblock %} -
- {% chunk "top-message" %} -
+ + {% block bodycontent %} + + +
+
+ + + +
+ +
+ {{search_form.q}} + +
+ +
+ +
+
+ + +
-
- {% block body %} - {% endblock %}
+ + + +
+ + + +
+ + + + {% block body %} + {% endblock %} + + + +
+ +
{# end main-content #} + +