Hi!
In twig it is possible do something like:
{% set foo %}
<div id="pagination">
...
</div>
{% endset %}
see: https://twig.sensiolabs.org/doc/tags/set.html
Is there a way to assign a variable from a block content in volt? If not, what a reason to disable such nice feature?
Also, where can I found full list of disabled/modified twig features?
Thank you!