oliverdavies.uk/source/_layouts/daily_email.html.twig

21 lines
524 B
Twig
Raw Normal View History

2024-01-03 20:00:00 +00:00
{% extends 'page' %}
2024-09-10 20:06:58 +00:00
{% block meta_description %}{{ page.snippet|trim }}{% endblock %}
2024-01-03 20:00:00 +00:00
{% block content_wrapper %}
<time datetime="{{ page.date|date('Y-m-d') }}">{{ page.date|date('F jS, Y') }}</time>
{{ parent() }}
<p>- Oliver</p>
{% 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.',
2024-04-29 12:00:00 +00:00
title: 'Was this interesting?',
2024-01-03 20:00:00 +00:00
} %}
{% include 'about-me.html.twig' %}
{% endblock %}