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

Welcome {{name}}

You have been invited to participate to an event

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