X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8f51cea59b3cc79f091627e08b3b9f4f24f3f232..265d73dffcdea6560f38087eac0219777084c181:/src/wolnelektury/templates/2022/base.html
diff --git a/src/wolnelektury/templates/2022/base.html b/src/wolnelektury/templates/2022/base.html
index aa8588156..2cdcfd80a 100644
--- a/src/wolnelektury/templates/2022/base.html
+++ b/src/wolnelektury/templates/2022/base.html
@@ -1,6 +1,8 @@
 
+{% load cache %}
 {% load pipeline %}
 {% load static %}
+{% load funding_tags %}
 {% load piwik_tags %}
 {% load title %}
 
@@ -11,21 +13,30 @@
   
     
     
-    
+    
     {% if title %}{{ title }} | {% endif %}WolneLektury.pl
+    
+    
+    
     
     {% stylesheet '2022' %}
-      
-
-      
-      
-      
-
       {% tracking_code %}
+      {% block extrahead %}{% endblock %}
   
   
     {% include '2022/header.html' %}
 
+    {% block under-menu %}{% endblock %}
+
+    {% if not funding_no_show_current %}
+      
+        {% cache 120 funding_top_bar LANGUAGE_CODE %}
+          {% funding_top_bar_2022 %}
+        {% endcache %}
+      
+    {% endif %}
+
     {% block global-content %}
       
         
@@ -41,11 +52,13 @@
 
     {% include '2022/footer.html' %}
 
-    
-    
-
+    
     {% javascript '2022' %}
     {% javascript '2022_player' %}
+    {% block extrabody %}{% endblock %}
     {% include '2022/hotjar.html' %}
+    {% csrf_token %}