templates/content/default.html.twig line 11

Open in your IDE?
  1. {% extends 'app/layout.html.twig' %}
  2. {% block content %}
  3.     {% include "app/partials/navigation/_breadcrumbs.html.twig" %}
  4.     {% if document.getTitle() is empty %}
  5.         {% do pimcore_head_title(pimcore_input('headline').getData(), 'PREPEND') %}
  6.     {% endif %}
  7.     {{ pimcore_areablock( 'content', areaBlockSettings ) }}
  8.     {{ pimcore_area('contact-side-widget', {
  9.         type: 'contact-side-widget-brick'
  10.     }) }}
  11. {% endblock %}