MaCH repo

This commit is contained in:
2025-07-24 12:46:01 -05:00
committed by Nick Ricketts
commit 4864d05387
105 changed files with 5769 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{{< layout}}
{{$body}}
<h1 class="text-3xl font-bold text-gray-900 mb-8">New Post</h1>
<form method="post" action="{{url:posts}}">
{{> post_form}}
</form>
<a href="{{url:posts}}" class="text-gray-500 hover:text-gray-700 mt-4 inline-block">
&larr; Back to posts
</a>
{{/body}}
{{/layout}}