add addiitional refresh option for all views except genoview
[sgn.git] / mason / site / error / 404.mas
blobc84074b729badc42ea0503418f568c113d9318d5
1 <%args>
2 $message
3 </%args>
5 <div style="text-align: center; margin: 2em 0">
6    <h1 style="margin-bottom: 1em">404 - not found</h1>
8    <div>
9      <% $message %>
10    </div>
11 </div>