<!DOCTYPE html>
<html>
<head>
<!-- META DATA -->
<meta charset="UTF-8">
<meta name='viewport' content='width=device-width, initial-scale=1.0, user-scalable=0'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Noa – Symfony Bootstrap 5 Admin & Dashboard Template">
<meta name="author" content="Spruko Technologies Private Limited">
<meta name="keywords" content="admin,admin dashboard,admin panel,admin template,bootstrap,clean,dashboard,flat,jquery,modern,responsive,premium admin templates,responsive admin,ui,ui kit.">
<!-- TITLE -->
<title> Noa – Symfony Bootstrap 5 Admin & Dashboard Template </title>
{% block stylesheets %}
{{ include('layouts/styles.html.twig') }}
{% endblock %}
</head>
<body class="ltr app sidebar-mini light-mode">
<!-- GLOBAL-LOADER -->
<div id="global-loader">
<img src="{{absolute_url(asset('build/images/loader.svg'))}}" class="loader-img" alt="Loader">
</div>
<!-- /GLOBAL-LOADER -->
<!-- PAGE -->
<div class="page">
<div class="page-main">
<!-- APP-HEADER -->
{{ include('layouts/app-header.html.twig') }}
<!-- APP-HEADER CLOSED -->
<!-- APP-SIDEBAR -->
{{ include('layouts/app-sidebar.html.twig') }}
<!-- APP-SIDEBAR CLOSED-->
<!-- APP CONTENT -->
<div class="app-content main-content mt-0">
<div class="side-app">
<!-- CONTAINER -->
<div class="main-container container-fluid">
<!-- CONTENT -->
{% block body %}
{% endblock %}
<!-- CONTENT CLOSED-->
</div>
<!-- CONTAINER END -->
</div>
</div>
<!-- APP CONTENT CLOSED-->
</div>
<!-- COUNTRY-SELECTOR-MODAL -->
{{ include('layouts/modal.html.twig') }}
<!-- END COUNTRY-SELECTOR-MODAL -->
<!-- FOOTER -->
{{ include('layouts/footer.html.twig') }}
<!-- FOOTER CLOSED-->
</div>
{% block javascripts %}
{{ include('layouts/switcher-scripts.html.twig') }}
{% endblock %}
</body>
</html>