j@252: {% extends "theme.html" %} 
j@252: {% block body %}
j@252: <div class="container">
rb@262:     <div class="col-lg-12">
rb@262:         <a class="reference external" href="http://www.eskp.de"> <img src="/static/images/ESKP_poster_kacheln.jpg" alt="ESKP Platform"></a>
rb@262:         <br>
rb@262:  	    <div class="row">
rb@262:             {{ content|safe }}
rb@262:         </div>
rb@262:     </div>
j@252: </div>
j@252: {% endblock %}