hugo-www-lauka-net/layouts/_default/single.html
lauralani 5afcbeb202
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
add initial scaffolding
2023-08-08 09:03:06 +02:00

7 lines
No EOL
196 B
HTML

{{ define "page" }}
<article class="container">
<a href="{{ .CurrentSection.RelPermalink }}">Back to {{ .CurrentSection.Title }}</a>
<h1>{{ .Title }}</h1>
{{ .Content }}
</article>
{{ end }}