1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-24 15:49:42 +02:00
codex.docs/src/backend/views/pages/blocks/header.twig

6 lines
161 B
Twig
Raw Normal View History

<h{{ level }} id="{{ text | urlify }}" class="block-header block-header--{{ level }}">
<a href="#{{ text | urlify }}">
{{ text }}
</a>
</h{{ level }}>