diff --git a/doc/functions/html_classes.rst b/doc/functions/html_classes.rst index 80bc796e1..3a64e0dae 100644 --- a/doc/functions/html_classes.rst +++ b/doc/functions/html_classes.rst @@ -12,6 +12,14 @@ names together: 'pending': object.pending, }) }}">How are you doing?

+For this example, knowing that object.errored and object.pending are true, this will render: + +.. code-block:: html+twig + +

+ How are you doing? +

+ .. note:: The ``html_classes`` function is part of the ``HtmlExtension`` which is not