mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
We’ve supported this for a while but don’t tell anyone how to do it. This commit also alters the spacing of things so the description groups better with the example.
21 lines
493 B
HTML
21 lines
493 B
HTML
<h2 class="heading-medium">
|
||
Optional content
|
||
</h2>
|
||
<p>
|
||
Use double brackets and ‘??’ to define optional content.
|
||
</p>
|
||
<p class="bottom-gutter-1-3">
|
||
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.))
|
||
</p>
|
||
</div>
|
||
<p>
|
||
For each person you send this message to, specify ‘yes’ or ‘no’ to
|
||
show or hide this content.
|
||
</p>
|