{% extends "base.html" %} {% block metadata %} {% endblock %} {% block content %}

{{ page.title }}

{% if page.date and page.date is defined %}

:

{% endif %} {% if page.updated and page.updated != page.date %}

:

{% endif %} {% if page.extra.author and page.extra.author != "" %}

: {{page.extra.author}}

{% else %}

: Jonas Tobias Hopusch

{% endif %} {% if page.extra.license and page.extra.license != "" %}

: {{page.extra.license}}

{% else %}

No license is granted for this article. All rights reserved.

{% endif %}

{{ page.content | safe }}
{% endblock content %}