templates/default/snippet/partnerprogrampartnerlist.html.twig line 1

Open in your IDE?
  1. {% block content %}
  2.     {% if editmode %}
  3.         <h1>Partnerprogram elemek</h1>
  4.     {% endif %}
  5.     {% do app.request.attributes.set('boutiqueHost', boutiqueHost) %}
  6.     {{ pimcore_areablock('snipet-areablock', {
  7.         'allowed': [ 'watch-landing' ]
  8.     }) }}
  9. {% endblock %}