{% include 'base.html.twig' %} {% block body %}

Darbo zonų kūrimas integruojant įrengimus

{% if title is defined and title is not null %} {{ title.text|raw }} {% endif %}

{% if text is defined and text is not null %} {{ text.text|raw }} {% endif %}
{% if banner is not null %} {% endif %}
{% for image in images %}
{% endfor %}
{% include 'default/footer.html.twig' %} {% endblock %}