7 lines
270 B
Twig
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>
|