{# This template receives the following context: reset_link - the link that should be fetched (GET) to reset reset_token - this token is part of reset link - but can be used to construct arbitrary URLs for redirecting. user - the entire user model object within - formatted expiration of link security - the Flask-Security configuration #}

{{ _fsdomain('Use this link to reset your password.', reset_link=reset_link)|safe }}

{{ _fsdomain('This link will expire in %(within)s.', within=within) }}