14 lines
326 B
HTML
14 lines
326 B
HTML
|
|
{{< 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">
|
||
|
|
← Back to posts
|
||
|
|
</a>
|
||
|
|
{{/body}}
|
||
|
|
{{/layout}}
|