{% set tag = "h1" %}

{% include "@atoms/typography/headings/_heading-tag.twig" with {
  "tag": tag,
  heading: {
    text: heading.text,
    classes: heading.classes | default("c-headline--xxlarge")
  }
} %}