mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -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.
12 lines
255 B
HTML
12 lines
255 B
HTML
<h2 class="heading-medium">
|
|
Personalisation
|
|
</h2>
|
|
<p class="bottom-gutter-1-3">
|
|
Use double brackets to personalise your message:
|
|
</p>
|
|
<div class="panel panel-border-wide">
|
|
<p>
|
|
Hello ((first name)), your reference is ((ref number))
|
|
</p>
|
|
</div>
|