1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-28 09:39:41 +02:00
codex.docs/src/backend/views/pages/blocks/code.twig

5 lines
92 B
Twig
Raw Normal View History

<div class="block-code">
<div class="block-code__content">{{ code|escape }}</div>
</div>
2019-02-18 10:42:12 +03:00