{{ if not .Post }}
Create a new post.






{{ else }} {{ if .Post.CanEdit .UserInfo }}
{{ if .Post.Xid }} {{ else }} {{ end }} Edit post:





{{ range .Post.Attachments }}


{{ end }}

{{ else }}

{{ .Post.Title }}

{{ .Post.Link }} {{ end }}


{{ end }}