{{ define "content" }}

sign the guestboooook!!!!

leave a message for the world to see (keep it civil plz and no spam >:3).




{{ if .FormError }} {{ if (len .FormError.Errors) }} {{ range $error := .FormError.Errors }}
{{ $error }}
{{ end }} {{ end }} {{ end }}

{{ if (eq (len .GuestbookEntries) 0) }}
no entries yet.
{{ else }}

peeps that said hi.


{{ range .GuestbookEntries }}
name: {{ .Name }}
{{ .CreatedAt }}
{{ .Message }}
{{ end }} {{ end }} {{ end }}