diff --git a/app/templates/partials/templates/guidance-optional-content.html b/app/templates/partials/templates/guidance-optional-content.html new file mode 100644 index 000000000..1fe295339 --- /dev/null +++ b/app/templates/partials/templates/guidance-optional-content.html @@ -0,0 +1,17 @@ +
+ 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: +
++ ((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. +