personal-website/layouts/_default/single.html
2023-08-08 12:38:53 +02:00

7 lines
No EOL
163 B
HTML

{{ define "page" }}
<article class="container">
<a href="javascript:history.back()">⇠ go back</a>
<h1>{{ .Title }}</h1>
{{ .Content }}
</article>
{{ end }}