X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0882d9a8ec29b8f6c80359a9eca7e5034dc2eb24..06175c1d644d5a6f3093c945f18d6b3c33cc8d46:/src/wolnelektury/templates/2022/base_real.html diff --git a/src/wolnelektury/templates/2022/base_real.html b/src/wolnelektury/templates/2022/base_real.html new file mode 100644 index 000000000..5993bec59 --- /dev/null +++ b/src/wolnelektury/templates/2022/base_real.html @@ -0,0 +1,36 @@ + +{% load pipeline %} +{% load static %} +{% load piwik_tags %} + + + + + + + WolneLektury.pl + + {% stylesheet '2022' %} + + + + + + + {% tracking_code %} + + + {% include '2022/header.html' %} + + {% block content %}{% endblock %} + + {% include '2022/footer.html' %} + + + + + {% javascript '2022' %} + {% javascript '2022_player' %} + {% include '2022/hotjar.html' %} + +