heading
Information
- Folder
src/components/patterns/heading
Files
Schema
Mocks
Template
// src/components/patterns/heading/heading.twig
<{{ heading_tag }}{{ id is not empty ? ' id="' ~ id ~ '"' : '' }}>
{{ heading }}
</{{ heading_tag }}>
src/components/patterns/heading// src/components/patterns/heading/heading.twig
<{{ heading_tag }}{{ id is not empty ? ' id="' ~ id ~ '"' : '' }}>
{{ heading }}
</{{ heading_tag }}>