{% from "components/uk_components/inset-text/macro.njk" import govukInsetText %}
Use double brackets and ‘??’ to define optional content.
For example if you only want to show something to people who are under 18:
{{ govukInsetText({ "text": "((under18??Please get your application signed by a parent or guardian.))", "classes": "govuk-!-margin-top-0 govuk-!-margin-bottom-3"}) }}For each person you send this message to, specify ‘yes’ or ‘no’ to show or hide this content.