{"content": "\n<div class=\"djDebugPanelTitle\">\n  <button type=\"button\" class=\"djDebugClose\">\u00bb</button>\n  <h3>Origem do Template: <code>base_bare.html</code></h3>\n</div>\n<div class=\"djDebugPanelContent\">\n  <div class=\"djdt-scroll\">\n    <code>{% load static %}&lt;!doctype html&gt;\n&lt;html lang=&quot;pt-BR&quot;&gt;\n&lt;head&gt;\n  &lt;meta charset=&quot;utf-8&quot;&gt;\n  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1, viewport-fit=cover, user-scalable=no&quot;&gt;\n  &lt;title&gt;{% block title %}{{ APP_FULL_NAME }}{% endblock %}&lt;/title&gt;\n  &lt;meta name=&quot;color-scheme&quot; content=&quot;light dark&quot;&gt;\n  &lt;meta name=&quot;theme-color&quot; content=&quot;#0f172a&quot;&gt;\n  &lt;link rel=&quot;stylesheet&quot; href=&quot;{% static &#x27;css/app.css&#x27; %}&quot;&gt;\n  &lt;link rel=&quot;manifest&quot; href=&quot;{% url &#x27;core:manifest&#x27; %}&quot;&gt;\n  &lt;link rel=&quot;apple-touch-icon&quot; href=&quot;{% static &#x27;icons/icon-192.png&#x27; %}&quot;&gt;\n  &lt;meta name=&quot;apple-mobile-web-app-capable&quot; content=&quot;yes&quot;&gt;\n  &lt;meta name=&quot;mobile-web-app-capable&quot; content=&quot;yes&quot;&gt;\n  &lt;link rel=&quot;icon&quot; href=&quot;data:image/svg+xml,&lt;svg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 100 100&#x27;&gt;&lt;text y=&#x27;.9em&#x27; font-size=&#x27;90&#x27;&gt;\ud83d\udccb&lt;/text&gt;&lt;/svg&gt;&quot;&gt;\n  &lt;script&gt;\n    (function () {\n      var stored = localStorage.getItem(&#x27;pe:theme&#x27;);\n      if (stored) document.documentElement.setAttribute(&#x27;data-theme&#x27;, stored);\n    })();\n  &lt;/script&gt;\n  {% block head %}{% endblock %}\n&lt;/head&gt;\n&lt;body&gt;\n{% block body %}{% endblock %}\n&lt;div class=&quot;toasts&quot;&gt;&lt;/div&gt;\n{% block scripts %}{% endblock %}\n&lt;/body&gt;\n&lt;/html&gt;\n</code>\n  </div>\n</div>\n"}