templates/team/archive.html.twig line 1

Open in your IDE?
  1. {#
  2.     Team archive page.
  3.     https://projects.invisionapp.com/d/main#/console/21605959/463479466/preview
  4. #}
  5. {% extends 'app/layout.html.twig' %}
  6.     {% block content %}
  7.         {% include "app/partials/navigation/_breadcrumbs.html.twig" %}
  8.         {{ pimcore_area('hero-regular-1', {
  9.             type: 'hero-regular-brick'
  10.         }) }}
  11.         {{ pimcore_area('team-archive', {
  12.             type: 'team-archive-brick'
  13.         }) }}
  14.         {{ pimcore_area('content-brick-1', {
  15.             type: 'content-brick',
  16.             params: {
  17.                 'content-brick': {
  18.                     brickBackgroundColor: 'bg-gray-200',
  19.                     layout: 'text-image',
  20.                     defaultLayout: 'text-image',
  21.                 }
  22.             }
  23.         }) }}
  24.         {{ pimcore_area('contact-side-widget', {
  25.             type: 'contact-side-widget-brick'
  26.         }) }}
  27.     {% endblock %}