{% extends "views/templates/page.njk" %}
{% from "components/panel/macro.njk" import panel %}

{% block content %}
{{ panel({
  titleText: "Confirmation"
}) }}
{% endblock %}
