7 lines
130 B
HTML
7 lines
130 B
HTML
|
{{ define "title" }}
|
||
|
{{ .Title }} · {{ .Site.Title }}
|
||
|
{{ end }}
|
||
|
{{ define "content" }}
|
||
|
{{ partial "page.html" . }}
|
||
|
{{ end }}
|