{% 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: 'Horarios'
} %}
{% 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: 'O teu horario',
link: path('center-schedule-student'),
} %}
{% include 'molecules/banners/m.html.twig' with {
title: 'Horarios de cursos',
text: '',
link: path('center-schedule-course-list'),
} %}
{% include 'molecules/banners/m.html.twig' with {
title: 'Horarios de materias',
text: '',
link: path('center-schedule-subject-list'),
} %}
{% include 'molecules/banners/m.html.twig' with {
title: 'Horarios de aulas',
text: '',
link: path('center-schedule-classroom-list'),
} %}
</div>
</section>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}