.. include:: /Includes.rst.txt :navigation-title: Comments .. _comments-syntax: ====================== Fluid Syntax: Comments ====================== If you want to completely skip parts of your template, you can make use of the :ref:` ViewHelper `. .. versionchanged:: Fluid 4.0 The content of the :ref:` ViewHelper ` is removed before parsing. It is no longer necessary to combine it with CDATA tags to disable parsing. .. code-block:: xml This will be ignored by the Fluid parser and will not appear in the source code of the rendered template You can also use the :ref:` ViewHelper ` to temporarily comment out invalid Fluid syntax while debugging: .. code-block:: xml