{% extends "email/layout.html" %} {% from "_macros.html" import render_email_button %} {% block content %}

{{ _('This is a test mail') }}

{{ render_email_button(url_for('home', _external=True), _('Click here to open the site')) }} {% endblock %}