{! This will check if each possible element is present in the heading data, wrapping an
tag around everything rendered. !}
{! The @t helper will pull a translation from the locales file when it finds a valid translation key and if it is given data (such as a link) that will be passed through too, otherwise it will simply render the string. !}
{?data.subheading}
{#data.subheading}
{@t key="{content|s}" data=data /}
{/data.subheading}
{/data.subheading}
{?data.heading}
{#data.heading}
{@t key="{content|s}" data=data /}
{/data.heading}
{/data.heading}
{?data.context}
{#data.context}
{! The hidden option should only be use when the context needs to be hidden from view but available to screen readers. !}
{@t key="{content|s}" data=data /}
{/data.context}
{/data.context}