templates/includes/content/main.html.twig line 1

Open in your IDE?
  1. <div>
  2.   {% if document is instanceof('\\Pimcore\\Model\\Document\\Page') %}
  3.     {% if document.getTitle() is empty %}
  4.       {% do pimcore_head_title(pimcore_input('headline').getData(), 'PREPEND') %}
  5.     {% endif %}
  6.   {% endif %}
  7.   {{ pimcore_areablock('content', {
  8.     'allowed': ['blockquote', 'embed', 'featurette', 'gallery-carousel', 'gallery-folder',
  9.       'gallery-single-images', 'headlines', 'horizontal-line', 'icon-teaser-row', 'image',
  10.       'image-hotspot-marker', 'pdf', 'product-grid', 'product-teaser', 'standard-teaser', 'text-accordion',
  11.       'time-slider-featurette', 'video', 'wysiwyg', 'wysiwyg-with-images', 'personalized-product-teaser', 'puzzle-designer']
  12.   }) }}
  13. </div>
  14. {% if editmode %}
  15.   <div style="clear: both" class="mb-4"></div>
  16. {% endif %}