{{ define "scrobble/preview.tmpl" }} {{ template "partial/head.tmpl" . }} {{ template "partial/header.tmpl" . }}
{{ $scrobbleType := .scrobbleType }}

Add A Post > Add {{ .scrobbleTypeName }} > {{.post.MediaItem.DisplayName.String}}

Preview Post: {{.post.MediaItem.DisplayName.String}}

Summary

{{.summary}}

Thumbnail

{{if .post.MediaItem.ThumbnailURL.Valid}} {{end}}

Details


{{.post.Rating.String}}

{{.post.Content.String}}
{{if .config.SyndicateTargets}}

Syndication Options

{{ range $target := .config.SyndicateTargets}}
{{end}} {{end}}
Micropub Payload Details
{{.postBody}}
{{ template "partial/footer.tmpl" . }} {{end}}