X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/65a1f637391920c91a42cfd36695e55b84a1eb95..85b2f0f3f639c54c199162d07b7027ce3412c996:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index f481c9767..4c2c57584 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,100 +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 "jquery" %} - {% compressed_js "all" %} + {% block extrahead %} {% endblock %} -
- {% chunk "top-message" %} -
+ + {% block bodycontent %} + + +
+
+ + + +
+ +
+ {{search_form.q}} + +
+ +
+ +
+
+ + +
-
- {% block body %} - {% endblock %}
+ + + +
+ + + +
+ + + + {% block body %} + {% endblock %} + + + +
+ +
{# end main-content #} + +