src/Frontend/Themes/Web/Core/Layout/Templates/Section/About.html.twig line 1

Open in your IDE?
  1. {% import 'Core/Layout/Templates/Macro/Replace.html.twig' as txt %}
  2. <section class="relative mt-12 xl:mt-16 pt-20{% if last %} mb-32{% endif %}" id="o-znacce">
  3.     <div class="center lg:flex lg:justify-between lg:items-center">
  4.         <div class="text-center lg:text-left text-gray-dark md:text-[1.07rem] lg:w-1/2 [&_h2]:text-blue-dark">{% for about in positions.about %}{% if about.html %}{{ txt.replace(about.html) }}{% endif %}{% endfor %}</div>
  5.         <div class="text-center lg:text-right mt-12 lg:mt-0 lg:w-1/5"><img src="{{ THEME_URL }}/Core/Layout/assets/img/logo.svg" alt="{{ siteTitle }}" class="h-20 mx-auto"></div>
  6.     </div>
  7. </section>