templates/bundles/OdiseoSyliusBlogPlugin/Shop/ArticleCategory/_footer.html.twig line 1

Open in your IDE?
  1. {% if resources|length > 0 %}
  2.     {% for articleCategory in resources %}
  3.         <a href="{{ path('odiseo_sylius_blog_plugin_shop_article_index_by_category', {'slug': articleCategory.slug}) }}" title="{{ articleCategory.title|e('html_attr') }}" class="footer__item">{{ articleCategory.title }}</a>
  4.     {% endfor %}
  5. {% endif %}