Patbin
New Paste
{{if .paste.Title}}{{.paste.Title}}{{else}}Untitled{{end}} {{if not .paste.IsPublic}}
Private
{{end}}
{{.language}}
{{.lines}} lines
{{.paste.Views}} views
{{formatTime .paste.CreatedAt}}
{{if .paste.User}}
by {{.paste.User.Username}}
{{end}}
Copy
Wrap
Raw
Fork
{{if .isOwner}}
Edit
Delete
{{end}}
{{range $i := iterate .lines}}
{{add $i 1}}
{{end}}
{{.paste.Content}}