MaCH repo

This commit is contained in:
2025-07-24 12:46:01 -05:00
committed by Nick Ricketts
commit a2a92203d2
106 changed files with 6279 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{{< 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">
&larr; Back to all posts
</a>
</div>
{{/body}}
{{/layout}}