{{ define "preview.tmpl" }} {{ template "head.tmpl" . }} {{ template "header.tmpl" . }}
{{ $scrobbleType := .scrobbleType }} {{ if .user }} Logged in as {{.user}} {{end}}

Add A Post > Add {{ .scrobbleTypeName }} > {{.item.GetDisplayName}}

Preview Post: {{.item.GetDisplayName}}

{{if .item.GetThumbnailURL}} {{end}}

{{.rating}}

{{.content}}

{{end}}