{% extends "layouts/" + render_mode + "-tall.html" %} {% block title %}{{_("Mailpile %(version)s release notes", version=config.version)}}{% endblock %} {% block content %}
{%- set target_version = config.version.split('rc')[0].rsplit('.', 1)[0] %}

{{_("Welcome to Mailpile %(version)s", version=config.version)}}

{% if "rc" in config.version %}

{{_("Thank you for testing our release candidate!")}}
{{_("If no critical bugs are found, this will become version %(version)s.", version=target_version )}}


{% endif %}

{{_("What is Mailpile %(version)s?", version=target_version)}}

{{_("What is Mailpile not?")}}

{{_("That's it!")}} {{_("Read on if you've used one of the Mailpile Beta or GitHub releases.")}}

{{_("What's new?")}}
{{_("What's fixed?")}}
{{_("What's still broken?")}}

{{_("OK, got it")}}

{% endblock %}