{% extends 'base/base.html' %} {% block body %}

Welcome {{name}}

You have been invited to participate to an event

{% if event.picture is defined %}

{% endif %}
{% include 'event/attendance.html' %} {% if items is defined %} {% include 'blog/articles.html' %} {% endif %} {% endblock body %}