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

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

Preview Post: {{.item.GetDisplayName}}

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

{{.rating}}

{{.content}}
{{if .config.SyndicateTargets}}

Syndication Options

{{ range $target := .config.SyndicateTargets}}
{{end}} {{end}}
{{ template "footer.tmpl" . }} {{end}}