{{ define "title" }}Ask Me Anything{{ end }} {{ define "content" }} {{ $Q := .V.Q }}
{{ CSRF }}
{{ if gt (len .V.Recent) 0 }}
Recently Answered
{{ range .V.Recent }} {{ or .Name "Anonymous" }} asks:

{{ .Question }}

Read answer>

{{ .CreatedAt.Format "January 2, 2006" }}


{{ end }}

→ More questions & answers

{{ end }} {{ if .LoggedIn }}
Pending Questions
{{ if not .V.Pending }} There are no pending questions. {{ end }} {{ range .V.Pending }}

{{ or .Name "Anonymous" }} asks:
{{ .CreatedAt.Format "January 2, 2006 @ 15:04 MST" }} by

{{ .Question }}

{{ CSRF }}

{{ end }}
{{ end }}{# if .LoggedIn #} {{ end }}