{{ define "title" }} {{ .Page.Title | plainify }} | {{ .Site.Title }} {{ end }} {{ define "main-class" }}--section{{ end }} {{ define "main-type" }}.{{ .Params.mainType }}{{ end }} {{ define "item-type" }}{{ .Params.itemsType }}{{ end }} {{ define "main-header" }}
{{ $section := first 1 ( split .File.Dir "/" ) }} Log Wishlist

{{ .Title | safeHTML }} {{ range .AlternativeOutputFormats -}} {{ end }}

{{ .Content }}
{{ end }} {{ define "main-body" }}
{{ if .File }} {{ .Scratch.Set "page" ( index ( split .File.Dir "/" ) 1 ) }} {{ if ( in "log wishlist" ( .Scratch.Get "page" ) ) }} {{ if ( eq ( .Scratch.Get "page" ) "log" ) }} {{ .Scratch.Set "listMode" "log" }} {{ else if ( eq ( .Scratch.Get "page" ) "wishlist" ) }} {{ .Scratch.Set "listMode" "wishlist" }} {{ end }} {{ partial "table" . }} {{ end }} {{ end }}
{{ end }}