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

7 lines
196 B
HTML
Raw Normal View History

2023-08-08 09:03:06 +02:00
{{ define "page" }}
<article class="container">
<a href="{{ .CurrentSection.RelPermalink }}">Back to {{ .CurrentSection.Title }}</a>
<h1>{{ .Title }}</h1>
{{ .Content }}
</article>
{{ end }}