File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ The last step is to create the actual Twig template that will render the type.
401
401
The template contents depend on which HTML, CSS and JavaScript frameworks and
402
402
libraries are used in your application:
403
403
404
- .. code-block :: twig
404
+ .. code-block :: html+ twig
405
405
406
406
{# templates/form/custom_types.html.twig #}
407
407
{% block postal_address_row %}
@@ -485,7 +485,7 @@ for this form class and :doc:`tag it </service_container/tags>` with ``form.type
485
485
The variables added in ``buildView() `` are available in the form type template
486
486
as any other regular Twig variable:
487
487
488
- .. code-block :: twig
488
+ .. code-block :: html+ twig
489
489
490
490
{# templates/form/custom_types.html.twig #}
491
491
{% block postal_address_row %}
You can’t perform that action at this time.
0 commit comments