summaryrefslogtreecommitdiff
path: root/templates/webmail/readmail.html.ep
blob: 529bbe60d76855b1310d61fe8f6fffd3234d3d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% layout 'mainlayout';


<div class="jwm-base">

  <h1>Read Mail</h1>

%= $v->format_mail($msg)

  <nav>
    <a href="javascript:history.back()" class="pure-button">
%=    l 'back'
    </a>
  </nav>

</div>