<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <title>adminPanel</title>
    <!-- Tell the browser to be responsive to screen width -->
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1"
    />

    <!-- Font Awesome -->
    <link
      rel="stylesheet"
      href="/resources/admin-lte/plugins/fontawesome-free/css/all.min.css"
    />
    <!-- Ionicons -->
    <link
      rel="stylesheet"
      href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"
    />
    <!-- Theme style -->
    <link
      rel="stylesheet"
      href="/resources/admin-lte/dist/css/adminlte.min.css"
    />
    <!-- Google Font: Source Sans Pro -->
    <link
      href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700"
      rel="stylesheet"
    />

    <%- style %>
  </head>
  <body class="hold-transition">
    <%- body %> <% include ../partials/footer.ejs %> <%- script %>
  </body>
</html>
