{% extends "base.html" %} {% block content %}
    <article>
        <p lang="en">
            This page is a placeholder for this domain, as I am not sure
            what to put here yet.
        </p>
        <p lang="de">
            Diese Seite ist ein Platzhalter für diese Domäne, weil ich noch
            nicht weiß, was ich hier hin packen will.
        </p>
    </article>
{% endblock content %}