<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<head>
<title>[% title %]</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap File Upload CSS -->
<link rel="stylesheet" href="[% request.uri_base %]/css/bootstrap/spacelab/bootstrap.min.css" />
<link rel="stylesheet" href="[% request.uri_base %]/css/bootstrap/bootstrap-responsive.css" />
<link rel="stylesheet" href="[% request.uri_base %]/css/bootstrap/bootstrap-fileupload.css" />
[% IF request.path_info.match('/$') # index page, load default css: %]
<link rel="stylesheet" href="[% request.uri_base %]/css/style.css" />
[% ELSE %]
<!-- this app styles -->
<link rel="stylesheet" href="[% request.uri_base %]/css/ngs.css" />
[% END %]
</head>
<body>
[% content %]
<div id="footer" class="text-center">
<small>Powered by <a href="http://perl.org/">Perl</a> ::
<a href="https://metacpan.org/module/Dancer2">Dancer2</a> ::
<a href="http://jasny.github.io/bootstrap/index.html">Bootstrap</a>
</small>
</div>
</html>
<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
type="text/javascript"></script>
<script type="text/javascript">/* <![CDATA[ */
!window.jQuery && document.write('<script type="text/javascript"
src="[% request.uri_base %]/javascripts/jquery.js"><\/script>')
/* ]]> */</script>
<!-- Bootstrap File Upload Js -->
<script src="[% request.uri_base %]/javascripts/bootstrap-fileupload.js"
type="text/javascript"></script>