{% extends "layouts/content.html" %} {% block layout_top %} {% if result %}{% block title %}{{title}}{% endblock %}{% else %}Error{% endif %} | {{name or _("Somebody")}}'s mailpile v{{ config.version }} {% include("partials/head.html") %} {% block head %}{% endblock %} {% include("partials/topbar.html") %} {% include("partials/sidebar.html") %}
{% endblock %} {# content.html, which we inherited from, places content here #} {% block layout_bottom %}
{% include("partials/hidden.html") %} {% include("partials/helpers.html") %} {% include("partials/tooltips.html") %} {% include("partials/modals.html") %} {% include("partials/javascript.html") %} {% endblock %}