{"content": "\n<div class=\"djDebugPanelTitle\">\n  <h3>Template source: <code>allauth/base.html</code></h3>\n  <button type=\"button\" class=\"djDebugClose\">\u00bb</button>\n</div>\n<div class=\"djDebugPanelContent\">\n  <div class=\"djdt-scroll\">\n    <code>&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;en&quot; dir=&quot;ltr&quot; data-nav-layout=&quot;vertical&quot; data-vertical-style=&quot;overlay&quot; data-theme-mode=&quot;light&quot; data-header-styles=&quot;light&quot; data-menu-styles=&quot;light&quot; data-toggled=&quot;close&quot;&gt;\n\n&lt;head&gt;\n    &lt;meta charset=&quot;UTF-8&quot;&gt;\n    &lt;meta name=&#x27;viewport&#x27; content=&#x27;width=device-width, initial-scale=1.0&#x27;&gt;\n    &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge&quot;&gt;\n    {% block head_title %}&lt;title&gt;AgenSoma&lt;/title&gt;{% endblock head_title %}\n    &lt;link rel=&quot;icon&quot; href=&quot;/static/images/favicon.ico&quot; type=&quot;image/x-icon&quot;&gt;\n\n    &lt;!-- Bootstrap CSS --&gt;\n    &lt;link id=&quot;style&quot; href=&quot;/static/assets/libs/bootstrap/css/bootstrap.min.css&quot; rel=&quot;stylesheet&quot;&gt;\n    &lt;!-- Theme CSS --&gt;\n    &lt;link href=&quot;/static/assets/css/styles.css&quot; rel=&quot;stylesheet&quot;&gt;\n    &lt;!-- Icons CSS --&gt;\n    &lt;link href=&quot;/static/assets/css/icons.css&quot; rel=&quot;stylesheet&quot;&gt;\n\n    &lt;style&gt;\n        html, body { height: 100%; }\n        body {\n            {% comment %} background: linear-gradient(135deg, var(--primary-color, #6446fe) 0%, #8b5cf6 100%); {% endcomment %}\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .auth-wrapper {\n            width: 100%;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 2rem 1rem;\n        }\n        .auth-card-col {\n            width: 100%;\n            max-width: 440px;\n        }\n        .auth-card-col .card {\n            border-radius: 1rem;\n        }\n        .auth-card-col .form-control {\n            border-radius: .5rem;\n        }\n        .auth-card-col .btn {\n            border-radius: .5rem;\n            padding: .65rem 1rem;\n            font-weight: 500;\n        }\n        .auth-card-col label.form-label {\n            font-size: .85rem;\n            font-weight: 500;\n            color: #555;\n        }\n    &lt;/style&gt;\n    {% block extra_css %}{% endblock extra_css %}\n&lt;/head&gt;\n\n&lt;body class=&quot;authenticationcover-background bg-primary-transparent position-relative&quot;&gt;\n&lt;div id=&quot;particles-js&quot; style=&quot;position:fixed;inset:0;z-index:0;&quot;&gt;&lt;/div&gt;\n&lt;div class=&quot;auth-wrapper&quot; style=&quot;position:relative;z-index:1;&quot;&gt;\n    &lt;div class=&quot;auth-card-col&quot;&gt;\n        {% block content %}{% endblock content %}\n        {% block extra_body %}{% endblock extra_body %}\n    &lt;/div&gt;\n&lt;/div&gt;\n\n&lt;!-- Bootstrap JS --&gt;\n&lt;script src=&quot;/static/assets/libs/bootstrap/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;\n&lt;!-- Theme JS --&gt;\n&lt;script src=&quot;/static/assets/js/authentication-main.js&quot;&gt;&lt;/script&gt;\n&lt;!-- Particles JS --&gt;\n&lt;script src=&quot;/static/assets/libs/particles.js/particles.js&quot;&gt;&lt;/script&gt;\n&lt;script src=&quot;/static/assets/js/cover-password.js&quot;&gt;&lt;/script&gt;\n\n&lt;script&gt;\n    // Ensure all inputs have Bootstrap form-control class\n    document.querySelectorAll(&#x27;.auth-card-col input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]):not([type=file])&#x27;).forEach(function(el) {\n        el.classList.add(&#x27;form-control&#x27;);\n    });\n&lt;/script&gt;\n\n{% block extra_js %}{% endblock extra_js %}\n&lt;/body&gt;\n&lt;/html&gt;</code>\n  </div>\n</div>\n"}