tijl.dev-core/web/views/post.html

8 lines
217 B
HTML
Raw Permalink Normal View History

2024-09-07 17:18:20 +02:00
<div class="flex justify-center">
<article class="mx-2 prose !w-full">
2024-09-05 00:19:13 +02:00
<h1 class="m-auto my-1">{{.Post.Meta.Title}}</h1>
<hr class="p-0 m-0 my-4" />
{{.Post.Content}}
</article>
</div>