Files
farmOS-dev/vendor/chi-teck/drupal-code-generator/templates/_sdc/template.twig
2024-12-10 15:08:16 +01:00

7 lines
270 B
Twig

<div {{ '{{ attributes }}' }}>
{{ '{# ' }}Keep the outer div whenever possible it is a nice way to ensure the presence of "attributes" {{ '#}' }}
{{ '{% ' }}block example_block {{ '%}' }}
The contents of the example block
{{ '{% ' }}endblock {{ '%}' }}
</div>