</div>
</section>
+ {# Encourage people to sign up & subscribe... #}
+ {% if not current_user or not current_user.consents_to_promotional_emails %}
+ <section class="has-background-light">
+ <div class="container">
+ <p class="has-text-centered px-2 py-1">
+ {{ _("Do you like what you are reading?") }}
+ {{ _("Subscribe to our newsletter and don't miss out on the latest...") }}
+
+
+
+ {% if not current_user %}
+ <a class="has-text-weight-bold" href="/register">
+ {{ _("Join Now") }}
+ </a>
+ {% else %}
+ <a class="has-text-weight-bold" href="/subscribe">
+ {{ _("Subscribe Now") }}
+ </a>
+ {% end %}
+ </p>
+ </div>
+ </section>
+ {% end %}
+
<section class="section">
<div class="container">
<div class="columns is-justify-content-space-between">