12 lines
378 B
HTML
12 lines
378 B
HTML
|
|
{{< layout}}
|
||
|
|
{{$body}}
|
||
|
|
<div class="text-center py-20">
|
||
|
|
<h1 class="text-4xl font-bold text-gray-200">Validation Error</h1>
|
||
|
|
<p class="text-red-500 mt-4">Please check your input and try again.</p>
|
||
|
|
<a href="{{url:posts}}" class="text-blue-600 hover:underline mt-4 inline-block">
|
||
|
|
← Back to all posts
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
{{/body}}
|
||
|
|
{{/layout}}
|