summaryrefslogtreecommitdiff
path: root/src/jwebmail/templates/readmail.html
blob: f41197aba82f68ec9154e733709cd73abe27b313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends 'mainlayout.html' %}

{% block content %}
  <div class="section container">

    <h1 class=title>Read Mail</h1>

    {{ format_mail(msg) }}

    <nav>
      <a href="javascript:history.back()" class="button">
        {% trans %}back{% endtrans %}
      </a>
    </nav>

  </div>
{% endblock %}