{% extends "base.html" %} {% block content %}
{% block article %}
{% if page.get_config('title', '') %}

{{ page.title }}

{% endif %}
{{ page.html }}
{% endblock article %}
{% block metadata %} {% endblock metadata %}
{% endblock content %}