aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/manage/message.html
blob: 6c53eccd25387d4a3891064be473bc43c9d94598 (plain) (blame)
1
2
3
4
5
6
7
8
<?py include('templates/base_top.html') ?>
<?py include('templates/manage/menu.html') ?>
<center>
  <div class="replymode">#{title if title else "Mensaje"}</div>
  <p>#{message}</p>
</center>
<hr />
<?py include('templates/base_bottom.html') ?>