{{define "donation"}} {{template "meta_tags" "Thank you for supporting pixeldrain!"}} {{template "user_style" .}} {{template "page_top" .}}

{{$success := .URLQuery.Get "success"}} {{if eq $success "true"}} {{if .Authenticated}} Dear {{.User.Username}},

Thank you for your donation. I really appreciate it!

Sincerely,
Fornax {{else}} Thank you for your donation! You are amazing.

Sincerely,
Fornax {{end}} {{else}} It seems you have canceled your donation. I don't blame you, money is expensive :)

If this was not your intention, you're welcome to try again by clicking this button: Donate with PayPal

Sincerely,
Fornax {{end}}
{{template "page_bottom" .}} {{template "analytics"}} {{end}}