{% 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 {
breadcrumb: [
{ path: path('department-subjects'), title: 'Docencia' }
],
title: 'Áreas de coñecemento'
} %}
{% endblock %}
{% block pageContent %}
<section class="org-tier is-minimal is-marginless-top">
<div class="tier-content">
<div class="org-modules-container has-banners">
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Bioloxía celular',
link: path('department-subject-list-no-filter'),
text: ' ',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Ecoloxía',
link: path('department-subject-list-no-filter'),
text: ' ',
} %}
{% include 'molecules/banners/m.html.twig' with {
hasImage: false,
title: 'Fisioloxía vexetal',
link: path('department-subject-list-no-filter'),
text: ' ',
} %}
</div>
</div>
</section>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}