{{ form_start(form) }}
{{ form_row(form.title) }} {{ form_row(form.text) }}
{{ form_end(form) }} {% block javascripts_end %} {% endblock %}