Mercurial > libervia-templates
comparison default/event/invitation.html @ 11:6f13b25f1ecf
event: event page first draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 27 Apr 2017 01:08:41 +0200 |
parents | |
children | 48b831ab4238 |
comparison
equal
deleted
inserted
replaced
10:8b5615a1bf3d | 11:6f13b25f1ecf |
---|---|
1 {% extends 'base/base.html' %} | |
2 | |
3 {% block body %} | |
4 <div class='invitation_header'> | |
5 <h1>Welcome {{name}}</h1> | |
6 <p class='instructions'>You have been invited to participate to an event</p> | |
7 </div> | |
8 | |
9 {% include 'event/attendance.html' %} | |
10 | |
11 {% if items is defined %} | |
12 {% include 'blog/articles.html' %} | |
13 {% endif %} | |
14 | |
15 {% endblock body %} |