hugo-www-lauka-net/layouts/_default/single.html
lauralani 7e89c0b1ca
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
add some sites
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 }}