1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 05:09:41 +02:00
codex.docs/src/backend/views/pages/blocks/header.twig
2022-11-29 14:55:11 +03:00

5 lines
161 B
Twig

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