view default/event/invitation.html @ 16:8cdcbe0d7dee

blog: various appareance improvments: - use new .box classe - article as a maxium size and is expandable on click - display comments in a different way - author and date are now visible - responsive design - placeholders on comment input - transitions - various other improvments
author Goffi <goffi@goffi.org>
date Thu, 04 May 2017 01:00:23 +0200
parents 6f13b25f1ecf
children 48b831ab4238
line wrap: on
line source

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

{% block body %}
<div class='invitation_header'>
    <h1>Welcome {{name}}</h1>
    <p class='instructions'>You have been invited to participate to an event</p>
</div>

{% include 'event/attendance.html' %}

{% if items is defined %}
    {% include 'blog/articles.html' %}
{% endif %}

{% endblock body %}