{% extends '@SyliusShop/layout.html.twig' %}
{% block seo_title %}<title>{{ 'app.ui.footer.newsletter'|trans }} | Hyfindr</title>{% endblock %}
{% block content %}
<h1 class="text-4xl text-center font-bold no-margin">{{ 'app.ui.newsletter_page.hyfindr_monthly'|trans }}</h1>
<div class="ui hidden divider"></div>
<div class="section-container newsletter-section">
<div class="text-part">
<div class="text-2xl text-center">{{ 'app.ui.newsletter_page.looking_for_well_structured'|trans }}</div>
<div class="text-2xl text-center">{{ 'app.ui.newsletter_page.then_subscribe_right_here'|trans }}</div>
</div>
</div>
{% include 'Context/Newsletter/form.html.twig' %}
{% endblock %}