<!DOCTYPE html>
<html lang="pl" xml:lang="pl" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="manifest" href="{{ asset('build/manifest.json') }}">
<meta name="theme-color" content="#FDEEE2">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="icon" href="/UI/img/ms26/tvp.svg">
<title>{% block title %}Odliczanie do Mundialu 2026 - konkurs{% endblock %}</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
</head>
<body class="{% block bg %}{% endblock %}">
{% for type, messages in app.session.flashbag.all() %}
{% for message in messages %}
{% if type == 'error' %}
{% set type = 'danger' %}
{% endif %}
<div class="alert alert-{{ type }} alert-dismissible fade show" role="alert">
{{ message }}
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
{% endfor %}
{% endfor %}
{% block main %}
<div class="container">
<a href="{{ path('app_homepage') }}">
{% block tvplogo %}
<img src="/UI/img/ms26/tvp-white.svg" class="tvplogo">
{% endblock %}
</a>
</div>
{% block body %}{% endblock %}
{% endblock %}
{% block footer %}
<footer>
<div class="container">
<div class="row align-items-end">
<div class="col-lg-4 px-5 pb-2">
<div class="navlinks">
<a href="{{ path('app_rules') }}">Regulamin konkursu</a><br>
{# <a href="https://polityka-prywatnosci.tvp.pl/" target="_blank">Polityka#}
{# prywatności</a><br>#}
<a href="mailto:promocja.brtvp@tvp.pl">Kontakt</a>
</div>
</div>
<div class="col-lg-4 text-center">
<img src="/UI/img/ms26/tvp.svg" class="tvplogo"><br>
</div>
<div class="col-lg-4 text-right pb-3 px-5">
<a href="https://brtvp.pl/" class="www"><img src="/UI/img/www.svg"></a>
<a href="https://www.facebook.com/BiuroReklamyTVP" class="fb"><img src="/UI/img/fb.svg"></a>
<a href="https://www.linkedin.com/company/biuro-reklamy-tvp/" class="insta"><img
src="/UI/img/insta.svg"></a>
</div>
</div>
</div>
</footer>
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</body>
</html>