{% extends "layouts/organization.html.twig" %}
{% block bodyClass %}is-clm{% endblock %}
{% block siteHeader %}
{% include 'organisms/clm-organization-header.html.twig' %}
{% endblock %}
{% block pageHeader %}
{% include 'molecules/page-header.html.twig' with {
title: 'Linguas'
} %}
{% endblock %}
{% block pageContent %}
<section class="org-tier is-marginless-top">
<div class="org-modules-container has-banners">
{% include 'molecules/banners/m.html.twig' with {
title: 'Galego',
text: '',
link: path('CLM_course'),
} %}
{% include 'molecules/banners/m.html.twig' with {
title: 'Castelán',
text: '',
link: path('CLM_course'),
} %}
{% include 'molecules/banners/m.html.twig' with {
title: 'Inglés',
text: '',
link: path('CLM_course'),
} %}
{% include 'molecules/banners/m.html.twig' with {
title: 'Francés',
text: '',
link: path('CLM_course'),
} %}
{% include 'molecules/banners/m.html.twig' with {
title: 'Italiano',
text: '',
link: path('CLM_course'),
} %}
{% include 'molecules/banners/m.html.twig' with {
title: 'Portugués',
text: '',
link: path('CLM_course'),
} %}
{% include 'molecules/banners/m.html.twig' with {
title: 'Outro idioma',
text: '',
link: path('CLM_course'),
} %}
</div>
</section>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}