blob: 332e98251455613b39b8b502444481cc0a5a03c3 [file] [log] [blame]
``flush``
=========
The ``flush`` tag tells Twig to flush the output buffer:
.. code-block:: twig
{% flush %}
.. note::
Internally, Twig uses the PHP `flush`_ function.
.. _`flush`: https://secure.php.net/flush