{% extends "layouts/organization.html.twig" %}
{% block bodyClass %}{% endblock %}
{% block siteHeader %}
{% include 'organisms/department-header.html.twig' %}
{% endblock %}
{% block pageHeader %}
{% include 'molecules/page-header.html.twig' with {
title: 'Dirección'
} %}
{% endblock %}
{% block pageContent %}
<section class="org-tier is-minimal is-marginless-top">
<div class="tier-content">
<div class="row">
<div class="col-md-6 col-lg-3">
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Directora'
} %}
</div>
<div class="col-md-6 col-lg-3">
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Secretario'
} %}
</div>
</div>
</section>
<div class="row">
<div class="col-lg-6 col-md-12">
<section class="org-tier">
<div class="tier-header">
<h2 class="tier-title">Consello de Departamento</h2>
<div class="tier-action">
</div>
</div>
<div class="tier-content">
<div class="org-modules-container has-banners">
{% include 'molecules/banners/s.html.twig' with {
modifiers: 'is-light',
link: 'https://sharepoint.com',
title: 'Composición do Consello de Departamento'
} %}
{% include 'molecules/banners/s.html.twig' with {
modifiers: 'is-light',
link: 'https://sharepoint.com',
title: 'Documentación'
} %}
</div>
</div>
</div>
</section>
<div class="col-lg-6 col-md-12">
<section class="org-tier">
<div class="tier-header">
<h2 class="tier-title">Comisión permanente</h2>
<div class="tier-action">
</div>
</div>
<div class="tier-content">
<div class="org-modules-container has-banners">
{% include 'molecules/banners/s.html.twig' with {
modifiers: 'is-light',
link: 'https://sharepoint.com',
title: 'Composición da Comisión permanente'
} %}
{% include 'molecules/banners/s.html.twig' with {
modifiers: 'is-light',
link: 'https://sharepoint.com',
title: 'Documentación'
} %}
</div>
</div>
</section>
</div>
</div>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}