{% extends "layouts/" + render_mode + "-tall.html" %} {% block title %}{{_("Mailpile %(version)s release notes", version=config.version)}}{% endblock %} {% block content %}
    {{_("Thank you for testing our release candidate!")}}
    {{_("If no critical bugs are found, this will become version %(version)s.",
        version=target_version )}}
  
{{_("That's it!")}} {{_("Read on if you've used one of the Mailpile Beta or GitHub releases.")}}