templates/Context/Newsletter/index.html.twig line 1

Open in your IDE?
  1. {% extends '@SyliusShop/layout.html.twig' %}
  2. {% block content %}
  3.     <div class="text-4xl text-center font-bold">{{ 'app.ui.newsletter_page.hyfindr_monthly'|trans }}</div>
  4.     <div class="ui hidden divider"></div>
  5.     <div class="section-container newsletter-section">
  6.         <div class="text-part">
  7.             <div class="text-2xl text-center">{{ 'app.ui.newsletter_page.looking_for_well_structured'|trans }}</div>
  8.             <div class="text-2xl text-center">{{ 'app.ui.newsletter_page.then_subscribe_right_here'|trans }}</div>
  9.         </div>
  10.     </div>
  11.     {% include 'Context/Newsletter/form.html.twig' %}
  12.     {% include '@SyliusShop/Common/Sections/digitalEcosystem.html.twig' %}
  13. {% endblock %}