{% 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) %} Flyer of the event {{child.title|replace(' {% endfor %}
{% else %}
{% set img = this.attachments.images.get(this.image) %} {% if img %}unimportant image{% endif %}
{{ this.title }} {{ this.body }}
{% endif %} {% endblock %}