=> / Midnight Pub
# {{ .post.Title }}
=> /~{{ .post.User }} ~{{ .post.User }}
{{- if eq .name .post.User }}
=> /posts/{{ .post.Id }}/edit Edit
=> /posts/{{ .post.Id }}/remove Remove
{{- end }}
{{ .post.Content }}
=> https://midnight.pub/posts/{{ .post.Id }} Write a reply
{{ if .replies -}}
# Replies
{{ range .replies }}
=> /replies/{{ .Id }} ~{{ .Author }} wrote{{ if .Thread }} (thread){{end}}:
{{ .Content }}
{{ end }}
{{- end -}}