8 lines
183 B
Twig
8 lines
183 B
Twig
<div class="mb-8">
|
|
<h1 class="leading-tight mb-2">{{ page.title }}</h1>
|
|
|
|
<p class="text-gray-600">
|
|
{% include 'posts/post-date' with { post: page } %}
|
|
</p>
|
|
</div>
|