We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
to add a function to the second block
<span>{{label|upper}}</span>
to remove the number 2 in the block
{{label|trim('2')}}
example: renders a list of numbers (1,2,3)
{% for i in range (low=1,high=3)%} {{i}} {% endfor %}
Drupal & Twig have different concepts regarding 'blocks'
There was an error while loading. Please reload this page.