{% set tag = "h3" %}

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