templates/base.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="fr">
  3.     <head>
  4.         <meta charset="utf-8" />
  5.         <title>{% block title %}{% endblock %}Paiement - Groupe Interaction </title>
  6.         <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.         <meta content="Premium Multipurpose Admin & Dashboard Template" name="description" />
  8.         <meta content="Themesbrand" name="author" />
  9.         <!-- App favicon -->
  10.         <link rel="shortcut icon" href="/images/favicon.ico">
  11.         <!-- Bootstrap Css -->
  12.         <link href="/css/bootstrap.css" id="bootstrap-style" rel="stylesheet" type="text/css" />
  13.         <!-- Icons Css -->
  14.         <link href="/css/icons.css" rel="stylesheet" type="text/css" />
  15.         <!-- App Css-->
  16.         <link href="/css/app.css" id="app-style" rel="stylesheet" type="text/css" />
  17.         <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.14.0/css/selectize.bootstrap5.min.css" integrity="sha512-gPfqgXe/pl1EpOS++KmVkF5Ca6C/Kj/4K/bt+n9nt6FkkeralgnL2907thbVEmYhacdqChfgw8XTlyCh2be4+A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  18.         <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.min.js" integrity="sha512-pumBsjNRGGqkPzKHndZMaAG+bir374sORyzM3uulLV14lN5LyykqNk8eEeUlUkB3U0M4FApyaHraT65ihJhDpQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
  19.         {% block stylesheets %}{% endblock %}
  20.     </head>
  21.     <body data-layout="horizontal" data-topbar="dark">
  22.     {% block body %}{% endblock %}
  23.     </body>
  24. </html>