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

16 lines
262 B
Twig
Raw Normal View History

2024-01-03 20:00:00 +00:00
<link rel="stylesheet" href="/build/tailwind.css" />
2024-01-03 20:00:00 +00:00
<div>
<main>
<h1>{{ page.title }}</h1>
{% block content %}{% endblock %}
</main>
{% block content_bottom %}{% endblock %}
<footer>
{% include 'main-menu.html.twig' %}
</footer>
<div>