var/cache/dev/twig/24/24e5b387f2d83f592727c6dc85f6a97a.php line 46

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* base.html.twig */
  16. class __TwigTemplate_0d95a12b45615479f97b6594cbce36fc extends Template
  17. {
  18. private Source $source;
  19. /**
  20. * @var array<string, Template>
  21. */
  22. private array $macros = [];
  23. public function __construct(Environment $env)
  24. {
  25. parent::__construct($env);
  26. $this->source = $this->getSourceContext();
  27. $this->parent = false;
  28. $this->blocks = [
  29. 'title' => [$this, 'block_title'],
  30. 'stylesheets' => [$this, 'block_stylesheets'],
  31. 'bg' => [$this, 'block_bg'],
  32. 'main' => [$this, 'block_main'],
  33. 'tvplogo' => [$this, 'block_tvplogo'],
  34. 'body' => [$this, 'block_body'],
  35. 'footer' => [$this, 'block_footer'],
  36. 'javascripts' => [$this, 'block_javascripts'],
  37. ];
  38. }
  39. protected function doDisplay(array $context, array $blocks = []): iterable
  40. {
  41. $macros = $this->macros;
  42. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  43. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
  44. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  45. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
  46. // line 1
  47. yield "<!DOCTYPE html>
  48. <html lang=\"pl\" xml:lang=\"pl\" xmlns=\"http://www.w3.org/1999/xhtml\">
  49. <head>
  50. <meta charset=\"utf-8\">
  51. <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  52. <meta name=\"description\" content=\"\">
  53. <meta name=\"author\" content=\"\">
  54. <link rel=\"manifest\" href=\"";
  55. // line 9
  56. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/manifest.json"), "html", null, true);
  57. yield "\">
  58. <meta name=\"theme-color\" content=\"#FDEEE2\">
  59. <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\">
  60. <link rel=\"icon\" href=\"/UI/img/ms26/tvp.svg\">
  61. <title>";
  62. // line 13
  63. yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
  64. yield "</title>
  65. <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  66. <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  67. <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\"
  68. rel=\"stylesheet\">
  69. ";
  70. // line 20
  71. yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
  72. // line 23
  73. yield "
  74. </head>
  75. <body class=\"";
  76. // line 25
  77. yield from $this->unwrap()->yieldBlock('bg', $context, $blocks);
  78. yield "\">
  79. ";
  80. // line 27
  81. $context['_parent'] = $context;
  82. $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 27, $this->source); })()), "session", [], "any", false, false, false, 27), "flashbag", [], "any", false, false, false, 27), "all", [], "method", false, false, false, 27));
  83. foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
  84. // line 28
  85. yield " ";
  86. $context['_parent'] = $context;
  87. $context['_seq'] = CoreExtension::ensureTraversable($context["messages"]);
  88. foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  89. // line 29
  90. yield " ";
  91. if (($context["type"] == "error")) {
  92. // line 30
  93. yield " ";
  94. $context["type"] = "danger";
  95. // line 31
  96. yield " ";
  97. }
  98. // line 32
  99. yield " <div class=\"alert alert-";
  100. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["type"], "html", null, true);
  101. yield " alert-dismissible fade show\" role=\"alert\">
  102. ";
  103. // line 33
  104. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html", null, true);
  105. yield "
  106. <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"alert\" aria-label=\"Close\"></button>
  107. </div>
  108. ";
  109. }
  110. $_parent = $context['_parent'];
  111. unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']);
  112. $context = array_intersect_key($context, $_parent) + $_parent;
  113. }
  114. $_parent = $context['_parent'];
  115. unset($context['_seq'], $context['type'], $context['messages'], $context['_parent']);
  116. $context = array_intersect_key($context, $_parent) + $_parent;
  117. // line 39
  118. yield from $this->unwrap()->yieldBlock('main', $context, $blocks);
  119. // line 52
  120. yield from $this->unwrap()->yieldBlock('footer', $context, $blocks);
  121. // line 79
  122. yield "
  123. ";
  124. // line 80
  125. yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
  126. // line 85
  127. yield "
  128. </body>
  129. </html>
  130. ";
  131. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  132. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  133. yield from [];
  134. }
  135. // line 13
  136. /**
  137. * @return iterable<null|scalar|\Stringable>
  138. */
  139. public function block_title(array $context, array $blocks = []): iterable
  140. {
  141. $macros = $this->macros;
  142. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  143. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  144. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  145. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  146. yield "Odliczanie do Mundialu 2026 - konkurs";
  147. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  148. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  149. yield from [];
  150. }
  151. // line 20
  152. /**
  153. * @return iterable<null|scalar|\Stringable>
  154. */
  155. public function block_stylesheets(array $context, array $blocks = []): iterable
  156. {
  157. $macros = $this->macros;
  158. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  159. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
  160. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  161. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
  162. // line 21
  163. yield " ";
  164. yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  165. yield "
  166. ";
  167. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  168. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  169. yield from [];
  170. }
  171. // line 25
  172. /**
  173. * @return iterable<null|scalar|\Stringable>
  174. */
  175. public function block_bg(array $context, array $blocks = []): iterable
  176. {
  177. $macros = $this->macros;
  178. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  179. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bg"));
  180. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  181. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bg"));
  182. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  183. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  184. yield from [];
  185. }
  186. // line 39
  187. /**
  188. * @return iterable<null|scalar|\Stringable>
  189. */
  190. public function block_main(array $context, array $blocks = []): iterable
  191. {
  192. $macros = $this->macros;
  193. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  194. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
  195. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  196. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
  197. // line 40
  198. yield "
  199. <div class=\"container\">
  200. <a href=\"";
  201. // line 42
  202. yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_homepage");
  203. yield "\">
  204. ";
  205. // line 43
  206. yield from $this->unwrap()->yieldBlock('tvplogo', $context, $blocks);
  207. // line 46
  208. yield " </a>
  209. </div>
  210. ";
  211. // line 48
  212. yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
  213. // line 49
  214. yield "
  215. ";
  216. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  217. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  218. yield from [];
  219. }
  220. // line 43
  221. /**
  222. * @return iterable<null|scalar|\Stringable>
  223. */
  224. public function block_tvplogo(array $context, array $blocks = []): iterable
  225. {
  226. $macros = $this->macros;
  227. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  228. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "tvplogo"));
  229. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  230. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "tvplogo"));
  231. // line 44
  232. yield " <img src=\"/UI/img/ms26/tvp-white.svg\" class=\"tvplogo\">
  233. ";
  234. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  235. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  236. yield from [];
  237. }
  238. // line 48
  239. /**
  240. * @return iterable<null|scalar|\Stringable>
  241. */
  242. public function block_body(array $context, array $blocks = []): iterable
  243. {
  244. $macros = $this->macros;
  245. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  246. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  247. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  248. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  249. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  250. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  251. yield from [];
  252. }
  253. // line 52
  254. /**
  255. * @return iterable<null|scalar|\Stringable>
  256. */
  257. public function block_footer(array $context, array $blocks = []): iterable
  258. {
  259. $macros = $this->macros;
  260. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  261. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  262. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  263. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  264. // line 53
  265. yield "
  266. <footer>
  267. <div class=\"container\">
  268. <div class=\"row align-items-end\">
  269. <div class=\"col-lg-4 px-5 pb-2\">
  270. <div class=\"navlinks\">
  271. <a href=\"";
  272. // line 60
  273. yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_rules");
  274. yield "\">Regulamin konkursu</a><br>
  275. ";
  276. // line 63
  277. yield " <a href=\"mailto:promocja.brtvp@tvp.pl\">Kontakt</a>
  278. </div>
  279. </div>
  280. <div class=\"col-lg-4 text-center\">
  281. <img src=\"/UI/img/ms26/tvp.svg\" class=\"tvplogo\"><br>
  282. </div>
  283. <div class=\"col-lg-4 text-right pb-3 px-5\">
  284. <a href=\"https://brtvp.pl/\" class=\"www\"><img src=\"/UI/img/www.svg\"></a>
  285. <a href=\"https://www.facebook.com/BiuroReklamyTVP\" class=\"fb\"><img src=\"/UI/img/fb.svg\"></a>
  286. <a href=\"https://www.linkedin.com/company/biuro-reklamy-tvp/\" class=\"insta\"><img
  287. src=\"/UI/img/insta.svg\"></a>
  288. </div>
  289. </div>
  290. </div>
  291. </footer>
  292. ";
  293. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  294. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  295. yield from [];
  296. }
  297. // line 80
  298. /**
  299. * @return iterable<null|scalar|\Stringable>
  300. */
  301. public function block_javascripts(array $context, array $blocks = []): iterable
  302. {
  303. $macros = $this->macros;
  304. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  305. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  306. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  307. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  308. // line 81
  309. yield "
  310. ";
  311. // line 82
  312. yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  313. yield "
  314. ";
  315. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  316. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  317. yield from [];
  318. }
  319. /**
  320. * @codeCoverageIgnore
  321. */
  322. public function getTemplateName(): string
  323. {
  324. return "base.html.twig";
  325. }
  326. /**
  327. * @codeCoverageIgnore
  328. */
  329. public function isTraitable(): bool
  330. {
  331. return false;
  332. }
  333. /**
  334. * @codeCoverageIgnore
  335. */
  336. public function getDebugInfo(): array
  337. {
  338. return array ( 384 => 82, 381 => 81, 368 => 80, 342 => 63, 338 => 60, 329 => 53, 316 => 52, 294 => 48, 282 => 44, 269 => 43, 256 => 49, 254 => 48, 250 => 46, 248 => 43, 244 => 42, 240 => 40, 227 => 39, 205 => 25, 191 => 21, 178 => 20, 155 => 13, 141 => 85, 139 => 80, 136 => 79, 134 => 52, 132 => 39, 117 => 33, 112 => 32, 109 => 31, 106 => 30, 103 => 29, 98 => 28, 94 => 27, 89 => 25, 85 => 23, 83 => 20, 73 => 13, 66 => 9, 56 => 1,);
  339. }
  340. public function getSourceContext(): Source
  341. {
  342. return new Source("<!DOCTYPE html>
  343. <html lang=\"pl\" xml:lang=\"pl\" xmlns=\"http://www.w3.org/1999/xhtml\">
  344. <head>
  345. <meta charset=\"utf-8\">
  346. <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  347. <meta name=\"description\" content=\"\">
  348. <meta name=\"author\" content=\"\">
  349. <link rel=\"manifest\" href=\"{{ asset('build/manifest.json') }}\">
  350. <meta name=\"theme-color\" content=\"#FDEEE2\">
  351. <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\">
  352. <link rel=\"icon\" href=\"/UI/img/ms26/tvp.svg\">
  353. <title>{% block title %}Odliczanie do Mundialu 2026 - konkurs{% endblock %}</title>
  354. <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  355. <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  356. <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\"
  357. rel=\"stylesheet\">
  358. {% block stylesheets %}
  359. {{ encore_entry_link_tags('app') }}
  360. {% endblock %}
  361. </head>
  362. <body class=\"{% block bg %}{% endblock %}\">
  363. {% for type, messages in app.session.flashbag.all() %}
  364. {% for message in messages %}
  365. {% if type == 'error' %}
  366. {% set type = 'danger' %}
  367. {% endif %}
  368. <div class=\"alert alert-{{ type }} alert-dismissible fade show\" role=\"alert\">
  369. {{ message }}
  370. <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"alert\" aria-label=\"Close\"></button>
  371. </div>
  372. {% endfor %}
  373. {% endfor %}
  374. {% block main %}
  375. <div class=\"container\">
  376. <a href=\"{{ path('app_homepage') }}\">
  377. {% block tvplogo %}
  378. <img src=\"/UI/img/ms26/tvp-white.svg\" class=\"tvplogo\">
  379. {% endblock %}
  380. </a>
  381. </div>
  382. {% block body %}{% endblock %}
  383. {% endblock %}
  384. {% block footer %}
  385. <footer>
  386. <div class=\"container\">
  387. <div class=\"row align-items-end\">
  388. <div class=\"col-lg-4 px-5 pb-2\">
  389. <div class=\"navlinks\">
  390. <a href=\"{{ path('app_rules') }}\">Regulamin konkursu</a><br>
  391. {# <a href=\"https://polityka-prywatnosci.tvp.pl/\" target=\"_blank\">Polityka#}
  392. {# prywatności</a><br>#}
  393. <a href=\"mailto:promocja.brtvp@tvp.pl\">Kontakt</a>
  394. </div>
  395. </div>
  396. <div class=\"col-lg-4 text-center\">
  397. <img src=\"/UI/img/ms26/tvp.svg\" class=\"tvplogo\"><br>
  398. </div>
  399. <div class=\"col-lg-4 text-right pb-3 px-5\">
  400. <a href=\"https://brtvp.pl/\" class=\"www\"><img src=\"/UI/img/www.svg\"></a>
  401. <a href=\"https://www.facebook.com/BiuroReklamyTVP\" class=\"fb\"><img src=\"/UI/img/fb.svg\"></a>
  402. <a href=\"https://www.linkedin.com/company/biuro-reklamy-tvp/\" class=\"insta\"><img
  403. src=\"/UI/img/insta.svg\"></a>
  404. </div>
  405. </div>
  406. </div>
  407. </footer>
  408. {% endblock %}
  409. {% block javascripts %}
  410. {{ encore_entry_script_tags('app') }}
  411. {% endblock %}
  412. </body>
  413. </html>
  414. ", "base.html.twig", "/home/debian/DEV/quiz/templates/base.html.twig");
  415. }
  416. }