diff --git a/cookbook/email/email.rst b/cookbook/email/email.rst index 4d97ec31b62..7a90d0626bc 100644 --- a/cookbook/email/email.rst +++ b/cookbook/email/email.rst @@ -123,7 +123,21 @@ an email is pretty straightforward:: } To keep things decoupled, the email body has been stored in a template and -rendered with the ``renderView()`` method. +rendered with the ``renderView()`` method. The ``registration.html.twig`` +template might look something like this: + +.. code-block:: html+jinja + + {# app/Resources/views/Emails/registration.html.twig #} +