flushΒΆ

The flush tag tells Twig to flush the output buffer:

{% flush %}

Note

Internally, Twig uses the PHP flush function.