templates/Includes/flatrate-teaser-area.html.twig line 1

Open in your IDE?
  1. <section class="content-block container js-fade-in {{ styleModifier | default(null) }} {{ anchorNavItem | default(null) ? 'js-anchor-nav__item' : '' }}"
  2.     {% if anchorNavItem | default(null) and anchorNavTitle | default(null) %}
  3.     data-anchor-nav-title="{{ anchorNavTitle }}"
  4.     {% endif %}>
  5.     {{ include('Includes/title-block.html.twig', {
  6.         title: title|default(''),
  7.         subtitle: subtitle|default(''),
  8.         wysiwyg: wysiwyg|default(''),
  9.         isCentered: true
  10.     }) }}
  11.     {{ include('Includes/Partials/flatrate-teaser-row.html.twig', {
  12.         items: items
  13.     }) }}
  14. </section>