slope-it / breadcrumb-bundle

A bundle for generating dynamic breadcrumbs in Symfony applications
Other
12 stars 4 forks source link

Add slope_it_is_breadcrumb_empty Twig function #13

Closed Jupi007 closed 2 years ago

Jupi007 commented 2 years ago

Add an helper Twig function to test if the breadcrumb is empty:

{% if not slope_it_is_breadcrumb_empty() %}
    ...
{% endif %}

It can be useful in some complex case.

Closes #6