changeset 1577 | bc114089a220 |
child 1598 | c03d9beb0451 |
1576:e643bce8906c | 1577:bc114089a220 |
---|---|
1 {% extends "theme.html" %} |
|
2 {% block body %} |
|
3 <div class="container"> |
|
4 <img src="/static/images/start_iek7.png"> |
|
5 |
|
6 <div class="col-lg-12"> |
|
7 |
|
8 <div class="row"> |
|
9 {{ content|safe }} |
|
10 </div> |
|
11 {{ author|safe }} |
|
12 {% include "info_link.html" %} |
|
13 </div> |
|
14 </div> |
|
15 {% endblock %} |