{{template "head" .}} {{template "topbar" .}}

{{if .Title}}{{.Title}}{{else}}Untitled paste{{end}}

{{if .CustomSlug}}/{{.CustomSlug}}{{end}}
{{if not .AttachmentIsImage}}{{end}} raw {{if not .AttachmentIsImage}}copy{{end}} {{if .DeletionToken}}delete{{end}}
{{if .JustCreated}}
Paste Created
{{end}} {{if .Attachment}}
{{.Attachment.Filename}} {{.Attachment.SizeHuman}} {{if or (eq .Attachment.Mime "image/png") (eq .Attachment.Mime "image/jpeg") (eq .Attachment.Mime "image/gif") (eq .Attachment.Mime "image/webp")}} {{/* #221: image pastes scale to fit; no text/code box underneath */}}
{{.Attachment.Filename}}
{{else}}
{{.Attachment.Filename}}
{{end}}
{{end}} {{if not .AttachmentIsImage}}{{/* #221: image pastes replace the code box entirely */}}
{{.Gutter}}
{{.ContentHTML}}
{{end}}
{{template "foot" .}}