{% extends 'security/email/base.html' %} {% from 'security/email/button.html' import mail_button %} {% block body %}
{{ _('Welcome to %(site)s!', site=config.SITE_TITLE) }}
{{ _('To activate your account, please confirm your email address through the link below:') }}
{{ mail_button( _('Confirm now'), confirmation_link ) }} |