X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..f3ee4c1bfbf4e3856268fa79c63465f591f3499e:/src/wolnelektury/templates/base.html?ds=inline
diff --git a/src/wolnelektury/templates/base.html b/src/wolnelektury/templates/base.html
index fac93191c..170a0797b 100644
--- a/src/wolnelektury/templates/base.html
+++ b/src/wolnelektury/templates/base.html
@@ -1,4 +1,71 @@
-{% extends "superbase.html" %}
+
+{% load i18n %}
+{% load cache %}
+{% load pipeline %}
+{% load static %}
+{% load funding_tags %}
+{% load piwik_tags %}
+{% load title %}
+{% block settings %}
+{% endblock %}
-{% block ogtitle %}{% block titleextra %}{% endblock %}{% endblock %}
+
+
+
+
+
+ {% if title %}{{ title }} | {% endif %}WolneLektury.pl
+
+
+
+
+ {% stylesheet 'main' %}
+ {% tracking_code %}
+ {% block extrahead %}{% endblock %}
+
+
+ {% include 'header.html' %}
+
+ {% block under-menu %}{% endblock %}
+
+ {% include 'banner_procent.html' %}
+
+ {% if not funding_no_show_current %}
+
+ {% cache 120 funding_top_bar LANGUAGE_CODE %}
+ {% funding_top_bar %}
+ {% endcache %}
+
+ {% endif %}
+
+ {% block global-content %}
+
+
+ {% block breadcrumb-right %}
+ {% endblock %}
+
+
+
+ {% block main %}{% endblock %}
+
+ {% endblock %}
+
+ {% block footer %}
+ {% include 'footer.html' %}
+ {% endblock %}
+
+
+ {% javascript 'main' %}
+ {% javascript 'player' %}
+ {% block extrabody %}{% endblock %}
+ {% include 'hotjar.html' %}
+ {% csrf_token %}
+
+