oliverdavies.uk/source/_pages/404.md

23 lines
552 B
Markdown
Raw Normal View History

2024-01-03 20:00:00 +00:00
---
title: Page not found
---
{% block content %}
Perhaps you were looking for one of these pages:
- [Products and services](/pricing)
2024-09-02 17:00:00 +00:00
- [Public speaking and workshops](/presentations)
2024-01-03 20:00:00 +00:00
- [My daily email list](/daily)
- [The Beyond Blocks podcast](/podcast)
If you were looking for something else, you can [search for it](/search).
{% endblock %}
{% block content_bottom %}
{% include 'daily-email-form.html.twig' with {
intro: 'Sign up and get daily emails about Drupal, PHP and software development.'
} %}
2024-01-03 20:00:00 +00:00
{{ parent() }}
2024-01-03 20:00:00 +00:00
{% endblock %}