{% extends "layouts/auth.html" %} {% block title %}{{_("Welcome to Mailpile!")}}{% endblock %} {% block content %}

Welcome to Mailpile!

{{_("You're about to experience secure email like never before!")}}

{# This tells the backend to validate and redirect to the next step of the flow. AJAXY use will probably not send this variable. #}
{% endblock %}