X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d8a368e376f9f50ff0e3714ef716df548e86bd7f..d18f17e7a8bdcafd4ef341b1cbe90c5c275a9dcb:/src/wolnelektury/templates/2022/base.html diff --git a/src/wolnelektury/templates/2022/base.html b/src/wolnelektury/templates/2022/base.html index 39ef0e6d4..f314f1f85 100644 --- a/src/wolnelektury/templates/2022/base.html +++ b/src/wolnelektury/templates/2022/base.html @@ -22,6 +22,7 @@ <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap" rel="stylesheet"> {% tracking_code %} + {% block extrahead %}{% endblock %} </head> <body> {% include '2022/header.html' %} @@ -60,6 +61,7 @@ {% javascript '2022' %} {% javascript '2022_player' %} + {% block extrabody %}{% endblock %} {% include '2022/hotjar.html' %} </body> </html>