{% extends "layouts/services.html.twig" %}
{% block bodyClass %}tpl-journal-front-page has-journal-skin{% endblock %}
{% block siteHeader %}
{% include 'organisms/services-header.html.twig' %}
{% endblock %}
{% block pageHeader %}
<div class="page-header-wrapper">
<div class="container">
{% include 'molecules/page-header-with-menu.html.twig' with {
breadcrumb: [
{ path: '', title: 'Miga de pan' }
],
title: 'Título da páxina',
submenu: [
{ path: '', name: 'Submenú 1' },
{ path: '', name: 'Submenú 2' }
]
} %}
</div>
</div>
{% endblock %}
{% block pageContent %}
<section class="org-tier">
<div class="tier-header">
<h2 class="tier-title">Eventos</h2>
</div>
<div class="tier-content">
<div class="org-modules-container">
{% include 'molecules/events/s.html.twig' with {
hasDate: true,
modifiers: 'is-services'
} %}
{% include 'molecules/events/s.html.twig' with {
hasDate: true,
modifiers: 'is-services'
} %}
{% include 'molecules/events/s.html.twig' with {
hasDate: true,
modifiers: 'is-services'
} %}
{% include 'molecules/events/s.html.twig' with {
hasDate: true,
modifiers: 'is-services'
} %}
</div>
</div>
</section>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}