X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/65a1f637391920c91a42cfd36695e55b84a1eb95..76a5ef1307add0a97470e8927e2b3165a8d95b29:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index f481c9767..6696892e2 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,100 +1,186 @@ -{% 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 #} + +