X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f906193db2ec44590f57beae2e8ee2df76117b7b..fa684e7b11bba7f7fce1c0e7832b34d0b8593db4:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 9d490ae3f..fac93191c 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,180 +1,4 @@ - - - {% load i18n compressed catalogue_tags sponsor_tags %} - - - - - {% trans "Wolne Lektury internet library" %} - {% block titleextra %}{% endblock %} - - - {% compressed_css "all" %} - - {% compressed_js "jquery" %} - {% compressed_js "all" %} - {% block extrahead %} - {% endblock %} - - +{% extends "superbase.html" %} - {% block bodycontent %} - - -
-
- - - - - - - -
-
-
- - - -
- - - -
- - - - {% block body %} - {% endblock %} - - - - -
- - - - - -
{# end main-content #} - - - - - - {% endblock bodycontent %} - - - - +{% block ogtitle %}{% block titleextra %}{% endblock %}{% endblock %}