{% extends 'setup/base.twig' %}
{% block content %}

<h2>{{ name }}</h2>

{{ page|raw }}

{% endblock %}
