{% extends "layouts/master.html.twig" %}
{% block bodyClass %}tpl-agenda-front-page{% endblock %}
{% block siteHeader %}
{% include 'organisms/site-header.html.twig' %}
{% endblock %}
{% block pageHeader %}
{% include 'molecules/page-header.html.twig' with {
title: 'Axenda'
} %}
{% endblock %}
{% block pageContent %}
<div class="content-filter-options-wrapper">
<div class="ml-content-filter-options">
<ul class="content-filter-options-list">
<li>
<a href="" class="at-content-filter-option is-selected">Ver todo</a>
</li>
<li>
<a href="" class="at-content-filter-option">Opción 1</a>
</li>
<li>
<a href="" class="at-content-filter-option">Opción 2</a>
</li>
</ul>
</div>
</div>
<form class="ml-form" method="get" action="">
<div class="form-content">
<div class="row">
<div class="col-md-12 col-lg-6">
<div class="form-group has-button">
<label for="form1-example-input-button" class="is-sr-only">Buscar</label>
<input type="text" name="q" class="form-control" id="form1-example-input-button" placeholder="Buscar">
<button class="at-button is-primary at-icon-search has-icon"><span>Buscar</span></button>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="form-group">
<label for="date-from" class="is-sr-only">Dende</label>
<input type="date" name="from" id="date-from" class="form-control" placeholder="Dende..." title="Dende..." />
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="form-group">
<label for="date-to" class="is-sr-only">Ata</label>
<input type="date" name="to" id="date-to" class="form-control" placeholder="Ata..." title="Ata..." />
</div>
</div>
</div>
</div>
</form>
<div class="org-modules-container has-margin-top">
{% include 'molecules/events/m.html.twig' with { hasImage: true, hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasImage: true, hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasImage: true, hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasDate: true, date: '15 xuñ-20 ago', modifiers: 'has-began' } %}
{% include 'molecules/events/m.html.twig' with { hasDate: true, date: '15 xuñ-20 ago', modifiers: 'has-began' } %}
</div>
<div class="org-tier has-margin-top">
<div class="tier-header">
<h2 class="tier-title">14 de abril</h2>
</div>
<div class="tier-content">
<div class="org-modules-container">
{% include 'molecules/events/m.html.twig' with { hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasDate: true } %}
{% include 'molecules/events/m.html.twig' with { hasDate: true } %}
</div>
</div>
</div>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}