{% extends "layouts/organization.html.twig" %}
{% block bodyClass %}{% endblock %}
{% block siteHeader %}
{% include 'organisms/organization-header.html.twig' %}
{% endblock %}
{% block pageHeader %}
{% include 'molecules/page-header.html.twig' with {
title: 'Goberno'
} %}
{% endblock %}
{% block pageContent %}
<div class="row">
<div class="col-lg-6">
<section class="org-tier is-marginless-top">
<div class="tier-header">
<h2 class="tier-title">Contacto</h2>
</div>
<div class="tier-content">
<div class="row">
<div class="col-md-6">
<dl class="at-desc-list at-small">
<dt>Teléfono</dt>
<dd><a href="">981 560 250</a></dd>
<dt>Email</dt>
<dd><a href="">info@espazo.gal</a></dd>
</dl>
</div>
</div>
</section>
<section class="org-tier is-marginless-top">
<div class="tier-header">
<h2 class="tier-title">Equipo decanal</h2>
</div>
<div class="tier-content">
<div class="row">
<div class="col-md-6">
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Decana'
} %}
</div>
</div>
<div class="row">
<div class="col-md-6">
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Vicedecano'
} %} </div>
<div class="col-md-6">
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Vicedecana'
} %} </div>
</div>
</section>
</div>
<div class="col-lg-6">
<section class="org-tier is-marginless-top">
<div class="tier-header">
<h2 class="tier-title">Xunta de facultade</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: 'Xunta de facultade'
} %}
</div>
</div>
</section>
<section class="org-tier">
<div class="tier-header">
<h2 class="tier-title">Comisións</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: 'Nome de comisión'
} %}
{% include 'molecules/banners/s.html.twig' with {
modifiers: 'is-light',
link: 'https://sharepoint.com',
title: 'Nome de comisión'
} %}
{% include 'molecules/banners/s.html.twig' with {
modifiers: 'is-light',
link: 'https://sharepoint.com',
title: 'Nome de comisión'
} %}
</div>
</div>
</section>
</div>
</div>
</div>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}