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


<div class="section container">

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

%= $v->format_mail($msg)

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

</div>