{{- if not .statuses }}
{{- if .show_back_to_top }}
Reached the end of visible posts!
{{- else }}
Nothing to see here! {{ .account.Username }} has either not written any public posts yet, or has opted not to make posts visible via the World Wide Web.
{{- end }}
{{- else }}
{{- range .statuses }}
{{- include "status.tmpl" . | indent 6 }}
{{- end }}
{{- end }}