{% extends "base_email.html" %} {% block content %}

{{ _fsdomain('Welcome %(email)s!', email=user.name) }}

{% if security.confirmable %}  

{{ _fsdomain('Please confirm your email through the link below:') }}

  {{ _fsdomain('Confirm my account') }} {% endif %} {% endblock %}