mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-23 09:29:14 -04:00
Wrap content to 80 chars
This commit is contained in:
@@ -2,16 +2,20 @@
|
||||
Optional content placeholders
|
||||
</h2>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
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:
|
||||
</p>
|
||||
<div class="panel panel-border-wide">
|
||||
<p>
|
||||
((under18??Please get your application signed by a parent or guardian))
|
||||
((under18??Please get your application signed by a parent or
|
||||
guardian))
|
||||
</p>
|
||||
</div>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user