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

6 lines
143 B
HTML
Raw Normal View History

2024-08-31 17:42:51 +02:00
<article class="prose">
<h1 class="m-auto my-1">{{.Post.Meta.Title}}</h1>
<hr class="p-0 m-0 my-4" />
{{.Post.Content}}
</article>