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

{{ page.title }}

{% endif %}
{{ page.html }}
{% endblock content %}