RSS Git Download  Clone
Raw Blame History
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=[% settings.charset %]" />
    <title>HMDS Draft Reporter</title>

 <!-- Bootstrap 3.3.4 -->
    <link rel="stylesheet" href="[% request.uri_base %]/css/bootstrap.css" />

    <link rel="stylesheet" href="[% request.uri_base %]/css/local.css" />
	<link rel="stylesheet" href="[% request.uri_base %]/css/font-awesome.min.css" />

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    
    <!-- jQuery 1.11.3 -->
    <script src="[% request.uri_base %]/javascripts/jquery.js" type="text/javascript"></script>
  </head>

  <body>
    [% content %]
      
    <div id="footer">
      <div class="container">
        <div class="row">
          <div class="col-xs-12">
            <hr />
            Powered by <a href="http://perldancer.org/">Dancer2</a> [% dancer_version %]
            [% IF vars.app_version %]
              <a href="[% request.uri_base %]/gitlog">
                <div>App version: [% vars.app_version %]</div>
              </a>
            [% END %]
          </div>
        </div>
      </div>
    </div>
  </body>
</html>