tijl.dev-core/web/views/post.html
tijl 1d072c6cc6
Some checks failed
build / build (push) Successful in 28s
release-tag / release-image (push) Has been cancelled
general page updates
2024-08-31 17:42:51 +02:00

6 lines
143 B
HTML

<article class="prose">
<h1 class="m-auto my-1">{{.Post.Meta.Title}}</h1>
<hr class="p-0 m-0 my-4" />
{{.Post.Content}}
</article>