12 lines
343 B
HTML
12 lines
343 B
HTML
|
|
{{< layout}}
|
||
|
|
{{$body}}
|
||
|
|
<div class="text-center py-20">
|
||
|
|
<h1 class="text-6xl font-bold text-gray-200">404</h1>
|
||
|
|
<p class="text-gray-500 mt-4">Post not found.</p>
|
||
|
|
<a href="{{url:posts}}" class="text-blue-600 hover:underline mt-4 inline-block">
|
||
|
|
← Back to all posts
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
{{/body}}
|
||
|
|
{{/layout}}
|