templates/Snippets/recommendations.html.twig line 1

Open in your IDE?
  1. {% if editmode %}
  2.     {{ include('Layout/includes/css.html.twig') }}
  3.     {{ include('Layout/includes/encore.html.twig', {
  4.         'staticDebugMode': staticDebugMode,
  5.         'file': 'js/content'
  6.     }) }}
  7. {% endif %}
  8. {{ pimcore_area('recommendations', {
  9.     'type': 'teaser-img-slider'
  10. }) }}