{% extends 'base_account.html.twig' %}
{% block title %}Enregistrer un nouveau rêve{% endblock %}
{% block body %}
{# Added px-4 for padding on small screens #}
Enregistrer un nouveau rêve
{{ form_start(form, {'attr': {'class': 'space-y-6'}}) }}
{# Assuming form_row renders label and input. Spacing between them is usually handled by form themes. #}
{# We can add custom classes to form_row if needed, but that requires form theme customization. #}
{# For now, relying on existing form-control styling and adding space-y-6 to the form tag. #}