diff -r e16f21603c55 -r d15bd0525093 templates/iek-7.html --- a/templates/iek-7.html Wed May 21 14:08:38 2014 +0200 +++ b/templates/iek-7.html Wed May 21 14:09:44 2014 +0200 @@ -1,13 +1,15 @@ {% extends "theme.html" %} {% block body %}
-
- -
-
- {{ content|safe }} -
-{{ author|safe }} -{% include "info_link.html" %} + + +
+ +
+ {{ content|safe }} +
+ {{ author|safe }} + {% include "info_link.html" %} +
{% endblock %}