X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/47f8090f9e8c6e91ae95578ca43664b6b18fe795..9c6af643b95a83fbe5d34055a6b03a6a286a2468:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 430e09346..4d43c28cc 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,13 +1,15 @@ -{% load i18n %} -{% load chunks compressed catalogue_tags sponsor_tags %} + {% load i18n chunks compressed catalogue_tags sponsor_tags %} + {% block title %}WolneLektury.pl{% endblock %} - + + {% compressed_css "all" %} + {% compressed_js "jquery" %} {% compressed_js "all" %} {% block extrahead %} @@ -22,49 +24,61 @@
{% chunk "top-message" %}
-
{% block body %} - {% endblock %} + {% endblock %}
+
+
{% trans "Close" %}
+
+

* {% trans "Loading" %}

+
+
{% endblock bodycontent %} - + \ No newline at end of file