{% set _localized_node = node %}{% extends 'base.html.twig' %}{% block title %}{{ node.vars.meta_title|default(node.vars.title) }}{%endblock%}{% block before_content %}<section class="hero-section"><div id="hero-slider"><div class="simple-slider subpage"><div class="slide slide-content"><img src="{{ asset('images/water.jpg') }}" alt="{{ node.vars.title }}" class="slide-img"></div></div></div></section>{% endblock %}{% block content %}<div id="content-start"><div class="container"><section class="news-section"><div class="section-header"><h1><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 5885.54 5885.52" aria-label="Ikona Aktualności"><g><path class="fil0 str0" d="M5413.41 170.81c166.41,0 301.3,134.89 301.3,301.28l0.02 3438.75c0,166.41 -134.91,301.28 -301.32,301.28l-2555.44 0.02c-246.06,0 -371.61,102.15 -470.77,218.71l-1053.21 1244.67c-70.55,79.63 -202.09,29.69 -202.09,-76.66l0 -1085.44c0,-166.39 -134.89,-301.3 -301.3,-301.3l-358.49 0.02c-166.41,0 -301.3,-134.91 -301.3,-301.3l0 -3438.74c0,-166.41 134.89,-301.3 301.28,-301.3l4941.31 0z"/><line class="fil0 str0" x1="1623.56" y1="1231.21" x2="4284.12" y2="1231.21"/><line class="fil0 str0" x1="1623.56" y1="2124.06" x2="4284.12" y2="2124.06"/><line class="fil0 str0" x1="1623.56" y1="3016.91" x2="2945.03" y2="3016.91"/></g></svg><span>Aktualności</span></h1></div><div class="news-list"><div class="news-item full-content"><div class="news-item-date"><span>{{ node.vars.publishDate|date('d.m.Y') }}</span></div><div class="news-item-title"><h2>{{ node.vars.title }}</h2></div><!-- Dodatkowe moduły z CMS -->{% for m in modules.content %}<section class="node-module">{{ m|raw }}</section>{% endfor %}</div></div></section></div></div>{% endblock %}{% block meta_keywords %}{{ node.vars.meta_keywords|default('') }}{% endblock %}{% block meta_description %}{{ node.vars.meta_description|default('') }}{% endblock %}