spacelessΒΆ
The Twital instruction for Twig spaceless tag is t:spaceless node or the t:spaceless attribute.
<t:spaceless>
{% include 'user.html' %}
</t:spaceless>
<div t:spaceless="">
{% include 'user.html' %}
</div>
Note
For more information about the spaceless tag, please refer to
Twig official documentation.