{% if form is defined %} {% form_theme form with [_self, 'form_errors.html.twig'] %} {% endif %} {% block title %}{% endblock title %}{% if app.request.requestUri != '/' %} | {% endif %}♥ Doughnut Wedding {% block stylesheets %}{% endblock %} {% block javascripts %}{% endblock %} {% block debug %} {% if app.request.requestUri != '/' %} {# dump(app.request.requestUri) #} {% endif %} {% endblock %}
{% include 'flash_messages.html.twig' %} {% block body %}{% endblock %} {% include "social_login.html.twig" %} {% block footer %}{% endblock %}
{% include 'off_canvas.html.twig' %}