16 lines
262 B
Twig
16 lines
262 B
Twig
<link rel="stylesheet" href="/build/tailwind.css" />
|
|
|
|
<div>
|
|
<main>
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
{% block content %}{% endblock %}
|
|
</main>
|
|
|
|
{% block content_bottom %}{% endblock %}
|
|
|
|
<footer>
|
|
{% include 'main-menu.html.twig' %}
|
|
</footer>
|
|
<div>
|