{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} {% if this.path == "/" %}
{% set it = site.query('/agenda') %} {% for child in it %} {% set img = child.attachments.images.get(child.flyer) %} {% if img is none %}{% set img = "" %}{% endif %} {{ child.start_date|datetimeformat('yyyy/MM/dd')}} - {{child.title}}Flyer of the event {{child.title|replace(' {% endfor %}
{% else %}
{% set img = this.attachments.images.get(this.image) %} {% if img %}unimportant image{% endif %}
{{ this.body }}
{% endif %} {% endblock %}