no-js.club/layouts/_default/single.html

7 lines
193 B
HTML

{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}<br>
{{ partial "tags.html" .}}<br>
<i>This page was last updated on: {{ .Lastmod.Format "2. January 2006" }}</i><br><br>
{{ end }}