{% extends "base.html.twig" %}{% block content %}<main id="main" class="main-shifted-right-form"><section id="about" class="about"><div class="container" id="formContainer">{% if content.form %}{% if app.request.get('send') != 'true' %}{% form_theme content.form 'forms/theme.html.twig' %}{{ form(content.form) }}{% else %}<div class="section-title" style="width: 80%"><h1 style="font-family: Teko, sans-serif; font-size: 50px; letter-spacing: 1.3px; line-height: 1">Ihre Nachricht wurde erfolgreich versandt. Sie erhalten eine Bestätigung via Mail.</h1></div>{% endif %}{% endif %}</div></section></main>{% endblock %}