personal-website/layouts/_default/single.html

9 lines
148 B
HTML
Raw Normal View History

2023-08-08 09:03:06 +02:00
{{ define "page" }}
<article class="container">
2023-08-30 15:41:50 +02:00
<content>
<h1>{{ .Title }}</h1>
<br/>
{{ .Content }}
</content>
2023-08-08 09:03:06 +02:00
</article>
{{ end }}