{% from "components/components/inset-text/macro.njk" import usaInsetText %}

Use double brackets and ‘??’ to define optional content.

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

{{ usaInsetText({ "text": "((under18??Please get your application signed by a parent or guardian.))", "classes": "usa-body"}) }}

For each person you send this message to, specify ‘yes’ or ‘no’ to show or hide this content.