<!DOCTYPE html>
<html lang="en" dir="ltr">
<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 – 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/custom-styles.html.twig') }}
{% endblock %}
</head>
<body class="ltr error-bg">
<!-- 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>
<!-- CONTENT -->
{% block body %}
{% endblock %}
<!-- CONTENT CLOSED-->
</div>
</div>
{% block javascripts %}
{{ include('layouts/custom-scripts.html.twig') }}
{% endblock %}
</body>
</html>