<!DOCTYPE html>
<html lang="en">

<head>
  <% include ../partials/head.ejs %>
  <%- defineContent('pageStyleSection') %>
  <%- style %>
</head>

<body class="hold-transition sidebar-mini layout-fixed">
  <div class="wrapper" style="overflow-x: hidden;">
    <% include ../partials/header.ejs %>
    
    <% include ../partials/sidebar.ejs %>
    <!-- Content Wrapper. Contains page content -->
    <div class="content-wrapper">
      <!-- Main content -->
      <section class="content">
        <%- body %>
      </section>
      <!-- /.content -->
    </div>
    <!-- /.content-wrapper -->
    <% include ../partials/footer.ejs %>
  </div>
  <!-- ./wrapper -->

  <!-- <%- defineContent('pageModalSection') %> -->

  <% include ../partials/required_scripts.ejs %>
  <% include ../partials/alerts.ejs %>
  <%- defineContent('pageScriptSection') %>
  <%- script %>
</body>

</html>