{% extends "default" %}

{% block content_wrapper %}
    <h1>{{ page.title }}</h1>

    {{ parent() }}
{% endblock %}