8 lines
166 B
HTML
8 lines
166 B
HTML
|
{{ define "title" }}
|
||
|
{{ .Title }} · {{ .Site.Title }}
|
||
|
{{ end }}
|
||
|
{{ define "content" }}
|
||
|
{{ partial "page.html" . }}
|
||
|
{{ partial "posts/math.html" . }}
|
||
|
{{ end }}
|