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

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