diff --git a/app/templates/partials/templates/guidance-optional-content.html b/app/templates/partials/templates/guidance-optional-content.html index 1fe295339..447ed7ee7 100644 --- a/app/templates/partials/templates/guidance-optional-content.html +++ b/app/templates/partials/templates/guidance-optional-content.html @@ -2,16 +2,20 @@ Optional content placeholders

- Use double brackets and '??' to define optional content. You can then specify whether to include that content or not for each recipient. + Use double brackets and '??' to define optional content. You can then + specify whether to include that content or not for each recipient.

- For example if you only want to show something to people who are under 18: + For example if you only want to show something to people who are under + 18:

- ((under18??Please get your application signed by a parent or guardian)) + ((under18??Please get your application signed by a parent or + guardian))

-Specify 'yes' or 'no' for this content to appear (or not), when sending messages. + Specify 'yes' or 'no' for this content to appear (or not), when sending + messages.