X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/cd06816dd36efc08b36af102ae384606bb5ba419..5b5ccdc9dc573482feaded2eaa8110bc65f27cb7:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 1c60b4151..554e6d39b 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,110 +1,192 @@ -{% 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 "jquery" %} - {% compressed_js "all" %} + + + + {% block extrahead %} {% endblock %} - -
- {% chunk "top-message" %} -
+ + {% block bodycontent %} + +
+ + +
+
+ + + +
+ +
+ + {{search_form.q}} + +
+ +
+ +
+
+ + +
-
- {% block body %} - {% endblock %}
+ + + +
+ + + +
+ + + + {% block body %} + {% endblock %} + + + +
+ +
{# end main-content #} + +