X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/cd06816dd36efc08b36af102ae384606bb5ba419..0d6bbe91d75e82866aaa232eee4a036759446a86:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 1c60b4151..8674ee16f 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,110 +1,193 @@ -{% 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 #} + +