{% extends "layouts/organization.html.twig" %}
{% block bodyClass %}tpl-journal-section{% endblock %}
{% block siteHeader %}
{% include 'organisms/organization-header.html.twig' %}
{% endblock %}
{% block pageHeader %}
{% include 'molecules/page-header.html.twig' with {
title: 'Actualidade'
} %}
{% endblock %}
{% block pageContent %}
<div class="org-modules-container">
{% include 'molecules/news/l-institutional.html.twig' with {
link: path('center-news'),
arrow: path('center-news'),
} %}
{% include 'molecules/news/m.html.twig' with {
hasImage: true,
link: path('center-news'),
arrow: path('center-news'),
} %}
{% include 'molecules/news/m.html.twig' with {
hasImage: true,
link: path('center-news'),
arrow: path('center-news'),
} %}
{% include 'molecules/news/m.html.twig' with {
link: path('center-news'),
arrow: path('center-news'),
} %}
{% include 'molecules/news/m.html.twig' with {
link: path('center-news'),
arrow: path('center-news'),
} %}
{% include 'molecules/news/m.html.twig' with {
link: path('center-news'),
arrow: path('center-news'),
} %}
{% include 'molecules/news/m.html.twig' with {
link: path('center-news'),
arrow: path('center-news'),
} %}
{% include 'molecules/news/m.html.twig' with {
link: path('center-news'),
arrow: path('center-news'),
} %}
{% include 'molecules/news/m.html.twig' with {
link: path('center-news'),
arrow: path('center-news'),
} %}
{% include 'molecules/news/m.html.twig' with {
link: path('center-news'),
arrow: path('center-news'),
} %}
{% include 'molecules/news/m.html.twig' with {
link: path('center-news'),
arrow: path('center-news'),
} %}
</div>
{% include 'molecules/pagination.html.twig' %}
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}