{{!-- Parameters: - type: String - accountPage: Boolean - hasLink: Boolean --}}

{{title}}

{{custom_excerpt}}

{{#match type "contact"}}
{{/match}} {{#if @site.members_enabled}} {{#if accountPage}}
{{#match type "signin"}} {{else}}
{{/match}}
{{t "Processing your request..."}}
{{#if hasLink}} {{#unless @site.members_invite_only}} {{#match type "signin"}}{{t "Don't have an account yet?"}}{{else}}{{t "Already have an account?"}}{{/match}} {{#match type "signin"}}{{t "Sign up"}}{{else}}{{t "Sign in"}}{{/match}} {{/unless}} {{/if}}
{{t "Back to homepage"}}
{{/if}} {{/if}} {{#match type "404"}} {{/match}}