{% extends "layouts/master.html.twig" %}
{% block bodyClass %}tpl-level-2 is-government{% endblock %}
{% block siteHeader %}
{% include 'organisms/site-header.html.twig' %}
{% endblock %}
{% block pageHeader %}
{% include 'molecules/page-header.html.twig' with {
title: 'Accións de goberno'
} %}
{% endblock %}
{% block pageContent %}
<div class="org-modules-container has-banners ">
{% include 'molecules/banners/xl.html.twig' with {
modifiers: '',
hasImage: true,
title: 'Accion de goberno',
link: path('government-action')} %}
{% include 'molecules/banners/l.html.twig' with {
modifiers: '',
hasImage: true,
title: 'Accion de goberno',
link: path('government-action')} %}
{% include 'molecules/banners/m.html.twig' with {
modifiers: '',
hasImage: true,
title: 'Accion de goberno',
link: path('government-action')} %}
{% include 'molecules/banners/m.html.twig' with {
modifiers: '',
title: 'Accion de goberno',
link: path('government-action')} %}
{% include 'molecules/banners/m.html.twig' with {
modifiers: '',
title: 'Accion de goberno',
link: path('government-action')} %}
</div>
</div>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}