{%- if acknowledgement -%}
{{ acknowledgement }}
{%- else -%}
We pay respect to the Traditional Custodians and First Peoples
of NSW, and acknowledge their continued connection to their
country and culture.
{%- endif %}
{%- if co_brand and co_brand.direction=="column" -%}
{%- if co_brand.caption -%}
{{ co_brand.caption }}
{%- endif %}
{%- else -%}
{%- if title -%}
{{ title }}
{{ ui.tag(badge) if badge }}
{%- endif %}
{%- if subtitle -%}
{{ subtitle }}
{%- endif %}
{%- endif %}
{%- set input_id = ui.util.id() -%}
{{ content }}
{%- endmacro %}
{%- macro account(content, color, title=_("A NSW Government website")) -%}
{%- set class = "nsw-masthead" -%}
{%- if color == "light" -%}
{%- set class = class ~ " nsw-masthead--" ~ color -%}
{%- else -%}
{%- set class = class ~ " nsw-section--invert" -%}
{%- endif %}