<!doctype html>
<html lang="pl" id="top">
<head>
{% set defaultTags = title is defined ? {'title': title} : [] %}
{% include "front/includes/head.twig" with { metatags: entity.metaTags|default(defaultTags) } %}
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T4WFC87"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- HEADER -->
{% include "front/includes/header.twig" %}
<!-- MAIN -->
<main>
{% block content %}{% endblock %}
</main>
<!-- FOOTER -->
{% include "front/includes/footer.twig" %}
<!-- SCRIPTS -->
{% include "front/includes/scripts.twig" %}
{% block script %}{% endblock %}
</body>
</html>