<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Document Publishing Service</title>
  <!-- Bootstrap -->
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
  
  <link rel="stylesheet" href="/styles/app.css">
  
  {{{_sections.head}}}
 <script>
function validateForm() {
    var x = document.forms["docForm"]["doc"].value;
    if (x == null || x == "") {
        alert("You must first select file");
        return false;
    }
}
</script>
</head>
<body>
    {{{body}}}
    
    <!-- Bootstrap -->
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>