templates/auth-base.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="en" >
  3.     <!--begin::Head-->
  4.     <head>
  5.         <title>{% block title %}authentification!{% endblock %}</title>
  6.         {% block stylesheets %}
  7.         <meta charset="utf-8" />
  8.         <meta name="viewport" content="width=device-width, initial-scale=1" />
  9.         <meta property="og:locale" content="en_US" />
  10.         <meta property="og:type" content="article" />
  11.         <meta property="og:title" content="Metronic - Bootstrap Admin Template, HTML, VueJS, React, Angular. Laravel, Asp.Net Core, Ruby on Rails, Spring Boot, Blazor, Django, Express.js, Node.js, Flask Admin Dashboard Theme & Template" />
  12.         <meta property="og:url" content="https://keenthemes.com/metronic" />
  13.         <meta property="og:site_name" content="Keenthemes | Metronic" />
  14.         <link rel="canonical" href="https://preview.keenthemes.com/metronic8" />
  15.         <link rel="shortcut icon" href="assets/media/logos/favicon.ico" />
  16.         <!--begin::Fonts(mandatory for all pages)-->
  17.         <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700" />
  18.         <!--end::Fonts-->
  19.         <!--begin::Global Stylesheets Bundle(mandatory for all pages)-->
  20.         <link href="/assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css" />
  21.         <link href="/assets/css/style.bundle.css" rel="stylesheet" type="text/css" />
  22.         <!--end::Global Stylesheets Bundle-->
  23.         {% endblock %}
  24.         {% block style %}{% endblock %}
  25.     </head>
  26.     <!--end::Head-->
  27.     <!--begin::Body-->
  28.     <body id="kt_body" class="app-blank" >
  29.     <!--begin::Theme mode setup on page load-->
  30.         <script>var defaultThemeMode = "light"; var themeMode; if ( document.documentElement ) { if ( document.documentElement.hasAttribute("data-bs-theme-mode")) { themeMode = document.documentElement.getAttribute("data-bs-theme-mode"); } else { if ( localStorage.getItem("data-bs-theme") !== null ) { themeMode = localStorage.getItem("data-bs-theme"); } else { themeMode = defaultThemeMode; } } if (themeMode === "system") { themeMode = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"; } document.documentElement.setAttribute("data-bs-theme", themeMode); }</script>
  31.         <!--end::Theme mode setup on page load-->
  32.         <!--begin::Root-->
  33.         <div class="d-flex flex-column flex-root" id="kt_app_root">
  34.             <!--begin::Authentication - Sign-up -->
  35.             <div class="d-flex flex-column flex-lg-row flex-column-fluid">
  36.             <!--begin::Body-->
  37.                 <div class="d-flex flex-column flex-lg-row-fluid w-lg-50 p-10 order-2 order-lg-1">
  38.                     {% block body %}
  39.                     {% endblock %} 
  40.                 
  41.                     </div>
  42.                 <!--end::Body-->
  43.                 <!--begin::Aside-->
  44.                 <div class="d-flex flex-lg-row-fluid w-lg-50 bgi-size-cover bgi-position-center order-1 order-lg-2" style="background-image: url(/assets/media/misc/auth-bg.png)">
  45.                     <!--begin::Content-->
  46.                     <div class="d-flex flex-column flex-center py-7 py-lg-15 px-5 px-md-15 w-100">
  47.                         <!--begin::Logo-->                        
  48.                             <img alt="Logo" src="/assets/media/logos/custom-1.png" class="h-60px h-lg-75px" />
  49.                         <!--end::Logo-->
  50.                         <!--end::Text-->
  51.                     </div>
  52.                     <!--end::Content-->
  53.                 </div>
  54.                 <!--end::Aside-->
  55.             </div>
  56.             <!--end::Authentication - Sign-up-->
  57.         </div>
  58.         <!--end::Root-->
  59.         <!--begin::Javascript-->
  60.         <script>var hostUrl = "assets/";</script>
  61.         <!--begin::Global Javascript Bundle(mandatory for all pages)-->
  62.         <script src="/assets/plugins/global/plugins.bundle.js"></script>
  63.         <script src="/assets/js/scripts.bundle.js"></script>
  64.         <!--end::Global Javascript Bundle-->
  65.         <!--begin::Custom Javascript(used for this page only)-->
  66.         <script src="/assets/js/custom/authentication/sign-up/general.js"></script>
  67.         <!--end::Custom Javascript-->
  68.         <!--end::Javascript-->
  69.         {% block javascripts %}
  70.         {% endblock %}
  71.     </body>
  72.     <!--end::Body-->
  73. </html>