infopage
[wolnelektury.git] / src / wolnelektury / templates / 2022 / base_real.html
1 <!doctype html>
2 {% load pipeline %}
3 {% load static %}
4 {% load piwik_tags %}
5
6 <html class="no-js">
7   <head>
8     <meta charset="utf-8">
9     <meta name="description" content="">
10     <meta name="viewport" content="width=device-width,initial-scale=1">
11     <title>WolneLektury.pl</title>
12     <link rel="apple-touch-icon" href="apple-touch-icon.png">
13     {% stylesheet '2022' %}
14       <script src="scripts/modernizr.js"></script>
15
16       <link rel="preconnect" href="https://fonts.googleapis.com">
17       <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
18       <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">
19
20       {% tracking_code %}
21   </head>
22   <body>
23     {% include '2022/header.html' %}
24
25     {% block content %}{% endblock %}
26
27     {% include '2022/footer.html' %}
28
29     <script src="{% static '2022/scripts/vendor.js' %}"></script>
30     <script src="{% static '2021/scripts/main.js' %}"></script>
31
32     {% javascript '2022' %}
33     {% javascript '2022_player' %}
34     {% include '2022/hotjar.html' %}
35   </body>
36 </html>