templates/sector/archive.html.twig line 1

Open in your IDE?
  1. {% extends 'app/layout.html.twig' %}
  2. {% block content %}
  3.     {% include "app/partials/navigation/_breadcrumbs.html.twig" %}
  4.     {{ pimcore_area('sector-cards', {
  5.         type: 'sector-cards-brick',
  6.         params: {
  7.             'sector-cards-brick': {
  8.                 style: 'icons',
  9.                 showArchiveLink: false,
  10.                 sectors: sectorObjects,
  11.             }
  12.         }
  13.     }) }}
  14.     {{ pimcore_inc(document.getProperty('textAndLinksSnippet')) }}
  15.     {{ pimcore_inc(document.getProperty('whyChooseCoolworldSnippet')) }}
  16.     {{ pimcore_inc(document.getProperty('certificateSnippet')) }}
  17.     {{ pimcore_area('content-brick-1', {
  18.         'type':'content-brick',
  19.         'params':{
  20.             'content-brick': {
  21.                 'forceH1' : true,
  22.                 'defaultLayout': 'text-image',
  23.                 'defaultBackgroundColor':'bg-white',
  24.                 'defaultInverted': false,
  25.             }
  26.         }
  27.     }) }}
  28.     {{ pimcore_area('contact-side-widget', {
  29.         type: 'contact-side-widget-brick'
  30.     }) }}
  31. {% endblock %}