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

{{ page.title }}

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

Published on:

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

Last updated on:

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

Author(s): {{page.extra.author}}

{% else %}

Author: Jonas Tobias Hopusch

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

Article is provided under the following license: {{page.extra.license}}

{% else %}

This article is copyright-protected and may not be used or replicated without permission. (All rights reserved)

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