oliverdavies.uk/source/_layouts/daily_email.html.twig
Oliver Davies 5ac6c32725 Add daily email for 2024-01-03
Why you need to start upgrading from Drupal 7 now
2024-01-03 23:06:06 +00:00

21 lines
486 B
Twig

{% extends 'page' %}
{% block content_wrapper %}
<time datetime="{{ page.date|date('Y-m-d') }}">{{ page.date|date('F jS, Y') }}</time>
{{ parent() }}
<p>- Oliver</p>
{%- block cta %}{% endblock %}
{% endblock %}
{% block content_bottom %}
{% include 'daily-email-form.html.twig' with {
intro: 'Sign up here and get more like this delivered straight to your inbox every day.',
title: 'Was this useful?',
} %}
{% include 'about-me.html.twig' %}
{% endblock %}