warn.tmpl 163 B

12345678910
  1. {{template "header.tmpl" .}}
  2. </head>
  3. <body>
  4. {{template "navbar.tmpl" .}}
  5. <script type="text/javascript">
  6. var $SESS = {{.Sess}};
  7. </script>
  8. </body>
  9. </html>