{% 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: 'Calendarios'
} %}
{% endblock %}
{% block pageContent %}
<section class="org-tier is-marginless-top">
<div class="org-modules-container has-banners">
{% include 'molecules/banners/l.html.twig' with {
title: 'Calendario do centro',
link: path('center-calendar-general'),
} %}
{% include 'molecules/banners/m.html.twig' with {
title: 'TFG/TFM',
text: '',
link: path('center-calendar-works'),
} %}
{% include 'molecules/banners/m.html.twig' with {
title: 'Exames',
text: '',
link: path('center-calendar-exams'),
} %}
</div>
</section>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}