{% block title %}{{ _("Imprint") }}{% end block %}
{% block content %}
+
+ <div class=post>
<h3>{{ _("Imprint") }}</h3>
{% if lang == "de" %}
</p>
{% else %}
- Because of the fact that the people who started this project are living
- in Germany, see the <a href="{{ lang_link("de") }}">german legal notes</a>.
-
+ <p>
+ Because of the fact that the people who started this project are living
+ in Germany and the German law demands it. This side is only available in german language,
+ so please have a look at the <a href="{{ lang_link("de") }}">german legal notes</a>.
+ </p>
{% end %}
+ </div>
{% end block %}