{% extends "SensioDistributionBundle::Configurator/layout.html.twig" %} {% block title %}Symfony - Configure global Secret{% endblock %} {% block content %} {% form_theme form "SensioDistributionBundle::Configurator/form.html.twig" %} {% include "SensioDistributionBundle::Configurator/steps.html.twig" with { "index": index, "count": count } %}
Configure the global secret for your website (the secret is used for the CSRF protection among other things):
{{ form_errors(form) }} {% endblock %}