8 lines
133 B
HTML
Raw Normal View History

2023-01-19 18:21:20 +01:00
{{ define "main" }}
<a name="top">
<h1>{{ .Title }}</h1>
</a>
2023-01-19 18:21:20 +01:00
{{ .Content }}
{{ partial "totop" }}
2023-01-19 18:21:20 +01:00
{{ end }}