{% extends 'layout.html.twig' %}
{% block content %}
{% if (not error and not success) or editmode %}
{{ include('Includes/content-default.html.twig') }}
{% endif %}
{% if error or editmode %}
We received the following information from you:
Firstname: {{ firstname }}
Lastname: {{ lastname }}
E-Mail: {{ email }}