diff -r 6ef8ac6c3481 -r 75000430e87b templates/eskp.html --- a/templates/eskp.html Fri May 16 14:30:33 2014 +0200 +++ b/templates/eskp.html Fri May 16 14:53:27 2014 +0200 @@ -1,15 +1,20 @@ {% extends "theme.html" %} {% block body %}
-
- +
- {{ content|safe }} + {{ headline|safe }}

ESKP Platform
+
+
+
+ {{ content|safe }} +
+
{% endblock %}