hugo-page-test/themes/tsc_vfl/layouts/_default/single.html

8 lines
133 B
HTML

{{ define "main" }}
<a name="top">
<h1>{{ .Title }}</h1>
</a>
{{ .Content }}
{{ partial "totop" }}
{{ end }}