{{define "invite-instructions"}} {{template "header" .}}

Invite to {{.SiteName}}

{{ if .Expired }}

This invite link is expired.

{{ else }}

Copy the link below and send it to anyone that you want to join {{ .SiteName }}. You could paste it into an email, instant message, text message, or write it down on paper. Anyone who navigates to this special page will be able to create an account.

{{ end }}
{{template "footer" .}} {{end}}