We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4725b commit 847db7eCopy full SHA for 847db7e
cookbook/email/email.rst
@@ -131,6 +131,8 @@ template might look something like this:
131
.. code-block:: html+jinja
132
133
{# app/Resources/views/Emails/registration.html.twig #}
134
+ Hi {{ name }}
135
+
136
<h3>You did it! You registered!</h3>
137
138
{# example, assuming you have a route named "login" #}
0 commit comments