templates/master.html.twig line 1
<!DOCTYPE html><html><head><meta charset="utf-8"/><title>Compens Bank | {% block title %}{% endblock %}</title><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta content="Premium Multipurpose Admin & Dashboard Template" name="description"/><meta content="Themesbrand" name="author"/><!-- App favicon --><link rel="stylesheet" href="{{ asset('assets/css/frontend.css') }}"><link rel="stylesheet" href="{{ asset('assets/intlTelInput.css') }}"><link rel="stylesheet" href="{{ asset('assets/keypad.css') }}"><link rel="shortcut icon" href="{{ asset('assets/images/logo.svg') }}" /><style>.iti__flag {background-image: url("{{ asset('img/flags.png') }}");}@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {.iti__flag {background-image: url("{{ asset('img/flags@2x.png') }}");}}</style>{% block stylesheets %}{{ encore_entry_link_tags('styles') }}{% endblock %}<link rel="stylesheet" href="{{ asset('assets/css/home.css') }}"><link rel="stylesheet" href="{{ asset('assets/css/notification.css') }}"></head><body>{% include "_partials/widgets/toast.html.twig" %}{% set route_name = app.request.attributes.get('_route') %}<div id="layout-wrapper">{% include "./frontend/header/header.html.twig" %}<main class="p-4">{% block body %}{% endblock %}</main>{% block footer %}{% include 'frontend/footer/footer.html.twig' %}{% endblock %}</div><script src="{{ asset('assets/jquery.min.js') }}" charset="utf-8"></script><script src="{{ asset('assets/intlTelInput.js') }}"></script><script src="{{ asset('assets/handlebars.js') }}"></script><script src="{{ asset('assets/scriptPhone.js') }}"></script><script src="{{ asset('assets/keypad.js') }}"></script><!-- Libs JS --><script type="application/javascript">const toastDetails = {timer: 5000}const removeToast = (toast) => { // toast.classList.add("hide");toast.classList.remove('visible');setTimeout(() => toast.remove(), 6000); // Removing the toast after 500ms}const createToast = () => {const toast = document.getElementById('toast');if (toast !== null && typeof toast !== "undefined") {toast.classList.add('visible');setTimeout(() => removeToast(toast), 6000);}}createToast();const hiddenButton = document.getElementById('hideBtn');if (hiddenButton !== null && typeof hiddenButton !== "undefined") {hiddenButton.addEventListener('click', function () {if (toast !== null && typeof toast !== "undefined") {toast.classList.remove('visible');}})};</script>{% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %}</body></html>