templates/base_front.html.twig line 1
<!DOCTYPE html><html lang="fr"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="description" content="Responsive Admin Dashboard Template"><meta name="keywords" content="admin,dashboard"><meta name="author" content="stacks"><!-- The above 6 meta tags *must* come first in the head; any other head content must come *after* these tags --><!-- Title --><title>{% block title %}Bienvenue!{% endblock %}</title><!-- Styles --><link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet"><link href="/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet"><link href="/plugins/perfectscroll/perfect-scrollbar.css" rel="stylesheet"><link href="/plugins/pace/pace.css" rel="stylesheet"><link href="/plugins/highlight/styles/github-gist.css" rel="stylesheet"><link rel="stylesheet" href="{{ asset('bundles/mercuryseriesflashy/css/flashy.css') }}"><!-- Theme Styles --><link href="/css/main.min.css" rel="stylesheet"><link href="/css/custom.css" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="/images/small-logo.png" /><link rel="icon" type="image/png" sizes="16x16" href="/images/small-logo.png" /><!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --><!-- WARNING: Respond.js doesn't work if you view the page via file:// --><!--[if lt IE 9]><script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script><script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->{% block stylesheets %}{% endblock %}</head><body>{% block body %} {% endblock %}<!-- Javascripts --><script src="/plugins/jquery/jquery-3.5.1.min.js"></script><script src="/plugins/bootstrap/js/popper.min.js"></script><script src="/plugins/bootstrap/js/bootstrap.min.js"></script><script src="/plugins/perfectscroll/perfect-scrollbar.min.js"></script><script src="/plugins/pace/pace.min.js"></script><script src="/plugins/highlight/highlight.pack.js"></script><script src="/js/main.min.js"></script><script src="/js/custom.js"></script><!-- Load Flashy default JavaScript --><script src="{{ asset('bundles/mercuryseriesflashy/js/flashy.js') }}"></script><!-- Include Flashy default partial -->{{ include('@MercurySeriesFlashy/flashy.html.twig') }}{% block javascripts %}{% endblock %}</body></html>