{{/* This is a copy-paste from base.html because we want to preserve the unique style of landing pages if we change base.html in the future. */}} {{ if .CanonicalLink }}{{ end }} {{ range .OpenGraphItems }} {{ if .Property }} {{ else }} {{ end }} {{ end }} {{ if .Title }} {{ .Title }} | Handmade Network {{ else }} Handmade Network {{ end }}
{{ template "header.html" . }}
{{ with .Breadcrumbs }}
{{ range $i, $e := . -}} {{- if gt $i 0 -}} » {{- end -}} {{ .Name }} {{- end }}
{{ end }}
{{ block "content" . }}{{ end }}
{{ template "footer.html" . }}
{{ define "frame title" }}
{{ . }}
{{ end }}