{"content": "\n<div class=\"djDebugPanelTitle\">\n  <h3>Template source: <code>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>{% extends &quot;bare_base.html&quot; %}\n{% load common_tags %}\n{% block super_content %}\n    {% if warn_not_live %}\n        &lt;h4 style=&quot;background-color:purple;font-weight:bold;color:white;&quot;&gt;{{ warn_not_live }}&lt;/h4&gt;\n    {% endif %}\n&lt;/h4&gt;\n{% pacrim_sitewide_notice %}\n{% include &quot;partials/header.html&quot; %}\n{% block content %}{% endblock %}\n{% include &quot;partials/footer.html&quot; %}\n{% endblock %}\n</code>\n  </div>\n</div>\n"}