---
subject: "{{invite_from}} has invited you to join {{title}} in Kantree"
---
You have been invited to join the {{ title }} project in Kantree.
{% if message %}
{{message}}
{% endif %}
Click the link below to proceed:
{{ app.config.get('SIGNUP_URL') or url_for('users.signup', invite=1, email=invite_email, _external=True) }}

You will need to signup using this email address.
