hugo-www-lauka-net/layouts/_default/single.html

7 lines
163 B
HTML
Raw Normal View History

2023-08-08 09:03:06 +02:00
{{ define "page" }}
<article class="container">
2023-08-08 12:38:53 +02:00
<a href="javascript:history.back()">⇠ go back</a>
2023-08-08 09:03:06 +02:00
<h1>{{ .Title }}</h1>
{{ .Content }}
</article>
{{ end }}