add reminder form
[edumed.git] / edumed / templates / flatpages / default.html
1 {% extends "base.html" %}
2 {% load textile_pl from fnp_markup %}
3 {% load chunk from chunks %}
4
5 {% block title %}{{ flatpage.title }}{% endblock %}
6
7 {% block body %}
8 <section id="main-promobox">
9   {% chunk "promobox" %}
10 </section>
11
12 <div id="main-bar" class="flatpage">
13 {{ flatpage.content|textile_pl }}
14 </div>
15 {% endblock %}