8 lines
133 B
HTML
Raw Normal View History

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