Created
February 7, 2023 15:03
-
-
Save ygerasimov/6ed2f8a8937afa0f5b5c3d420488cbc5 to your computer and use it in GitHub Desktop.
Demonstrate twig inheritance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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