Path : /proc/self/root/usr/local/cwpsrv/var/services/twig/doc/tags/ |
Current File : //proc/self/root/usr/local/cwpsrv/var/services/twig/doc/tags/flush.rst |
``flush`` ========= The ``flush`` tag tells Twig to flush the output buffer: .. code-block:: jinja {% flush %} .. note:: Internally, Twig uses the PHP `flush`_ function. .. _`flush`: http://php.net/flush