Mercurial > libervia-templates
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/default/event/invitation.html Thu Apr 27 01:08:41 2017 +0200 @@ -0,0 +1,15 @@ +{% 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 %}