Skip to content

Instantly share code, notes, and snippets.

@ygerasimov
Created February 7, 2023 15:03
Show Gist options
  • Save ygerasimov/6ed2f8a8937afa0f5b5c3d420488cbc5 to your computer and use it in GitHub Desktop.
Save ygerasimov/6ed2f8a8937afa0f5b5c3d420488cbc5 to your computer and use it in GitHub Desktop.
Demonstrate twig inheritance.
{% include "@atoms/text/headings/_heading.twig" with {
"heading_level": 2,
"heading": label,
"heading_url": url,
"heading_link_attributes": {
'rel': 'bookmark'
},
} %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment