910 B
910 B
title | meta | use | |||||
---|---|---|---|---|---|---|---|
Sign up for the Daily Drupaler Email List |
|
|
{% block content %} Subscribe to my daily newsletter for software professionals on software development and delivery, Drupal, DevOps, community, and open-source.
{% include 'daily-email-form.html.twig' %}
Still not sure?
<p>These are the emails I sent this week:</p>
<ul>
{% for email in data.daily_emails[:7] %}
<li><a href="{{ email.url }}">{{ email.title }}</a></li>
{% endfor %}
</ul>
{% block content_bottom %} {% include 'testimonials.html.twig' with { tag: 'daily', title: 'What subscribers have said', } %}
{{ parent() }} {% endblock %}