{"content": "\n<div class=\"djDebugPanelTitle\">\n  <button type=\"button\" class=\"djDebugClose\">\u00bb</button>\n  <h3>Template source: <code>base_site.html</code></h3>\n</div>\n<div class=\"djDebugPanelContent\">\n  <div class=\"djdt-scroll\">\n    <code>{% load sekizai_tags i18n wiki_tags static %}&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;en&quot;&gt;\n    &lt;head&gt;\n        &lt;meta charset=&quot;utf-8&quot;&gt;\n        &lt;title&gt;{% block wiki_pagetitle %}{% endblock %}{% block wiki_site_title %} - django-\\/\\/  i K |{% endblock %}&lt;/title&gt;\n        &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n        &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge&quot;&gt;\n        &lt;meta name=&quot;description&quot; content=&quot;&quot;&gt;\n        &lt;meta name=&quot;author&quot; content=&quot;www.django-wiki.org&quot;&gt;\n\n        &lt;link rel=&quot;icon&quot; type=&quot;img/png&quot; href=&quot;{% static &quot;portal/img/logo_swish_16x16.png&quot; %}&quot;&gt;\n\n        &lt;!-- Le styles --&gt;\n        &lt;link href=&quot;{% static &quot;wiki/bootstrap/css/wiki-bootstrap.min.css&quot; %}&quot; rel=&quot;stylesheet&quot;&gt;\n\n        {% render_block &quot;css&quot; %}\n    &lt;/head&gt;\n\n    &lt;body&gt;\n\n    {% block wiki_body %}\n\n    {% block wiki_navbar %}\n    &lt;nav class=&quot;navbar navbar-expand-lg navbar-dark bg-dark&quot;&gt;\n        &lt;div class=&quot;container&quot;&gt;\n            {% block wiki_header_branding %}\n                &lt;a class=&quot;navbar-brand&quot; href=&quot;{% url &#x27;wiki:root&#x27; %}&quot;&gt;django-\\/\\/ i K |&lt;/a&gt;\n            {% endblock %}\n            &lt;button class=&quot;navbar-toggler&quot; type=&quot;button&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#navbarColor02&quot; aria-controls=&quot;navbarColor02&quot; aria-expanded=&quot;false&quot; aria-label=&quot;Toggle navigation&quot;&gt;\n            &lt;span class=&quot;navbar-toggler-icon&quot;&gt;&lt;/span&gt;\n            &lt;/button&gt;\n\n            &lt;div class=&quot;collapse navbar-collapse&quot; id=&quot;navbarColor02&quot;&gt;\n                {% block wiki_header_navlinks %}\n                &lt;ul class=&quot;navbar-nav mr-auto&quot;&gt;\n                    &lt;li class=&quot;nav-item&quot;&gt;\n                    &lt;a class=&quot;nav-link&quot; href=&quot;/&quot;&gt;{% trans &quot;Home&quot; %}&lt;/a&gt;\n                    &lt;/li&gt;\n                    &lt;li class=&quot;nav-item&quot;&gt;\n                    &lt;a class=&quot;nav-link&quot; href=&quot;https://github.com/django-wiki/django-wiki&quot; target=&quot;_blank&quot;&gt;{% trans &quot;About&quot; %}&lt;/a&gt;\n                    &lt;/li&gt;\n                &lt;/ul&gt;\n                {% endblock %}\n                {% if request.user.is_authenticated %}\n                    &lt;span title=&quot;eppn:{{user.username}}&quot; class=&quot;navbar-text&quot;&gt;\n                        {% if user.first_name and user.last_name %}\n                            Welcome, {{user.first_name}} {{user.last_name}} &amp;nbsp;\n                        {% elif user.username %}\n                            Welcome, {{user.username}} &amp;nbsp;\n                        {% else %}\n                        Welcome, Guest ({{request.META.REMOTE_USER}}) &amp;nbsp;\n                        {% endif %}\n                        &lt;a  title=&quot;logout&quot; href=&quot;{% url &#x27;oidc_logout&#x27; %}&quot;&gt;Logout&lt;/a&gt;\n                    &lt;/span&gt;\n                {% else %}\n                    &lt;span class=&quot;navbar-text&quot;&gt;\n                    &lt;a  title=&quot;login&quot; href=&quot;{% url &#x27;oidc_authentication_init&#x27; %}&quot; &gt;Login&lt;/a&gt;\n                    &lt;/span&gt;\n                {% endif %}\n            &lt;/div&gt;\n        &lt;/div&gt;\n    &lt;/nav&gt;\n    {% endblock %}\n\n    &lt;div class=&quot;container&quot; style=&quot;margin-top: 20px;&quot;&gt;\n\n        &lt;div class=&quot;row&quot;&gt;\n            &lt;div class=&quot;col-10 mb-2&quot;&gt;\n            &lt;!-- Reserved for breadcrumbs --&gt;\n            {% block wiki_breadcrumbs %}{% endblock %}\n            &lt;/div&gt;\n            &lt;div class=&quot;col-2&quot;&gt;\n            {% if &#x27;/_search/&#x27; not in request.path %}\n            &lt;form class=&quot;form-inline&quot; method=&quot;GET&quot; action=&quot;{% spaceless %}\n            {% if article or urlpath %}\n                {% url &#x27;wiki:search&#x27; article_id=article.id path=urlpath.path %}\n            {% else %}\n                {% url &#x27;wiki:search&#x27; %}\n            {% endif %}\n            {% endspaceless %}&quot; style=&quot;justify-content: end&quot;&gt;\n                &lt;div class=&quot;input-group&quot;&gt;\n                    &lt;input type=&quot;search&quot; class=&quot;form-control&quot; aria-label=&quot;Search&quot; name=&quot;q&quot; placeholder=&quot;{% spaceless %}\n                        {% if article or urlpath %}\n                        {% trans &#x27;Search from current article...&#x27; %}\n                        {% else %}\n                            {% trans &#x27;Search whole wiki...&#x27; %}\n                        {% endif %}\n                    {% endspaceless %}&quot; /&gt;\n                    &lt;div class=&quot;input-group-append&quot;&gt;\n                            &lt;button class=&quot;btn btn-outline-secondary my-sm-0&quot; type=&quot;submit&quot;&gt;&lt;span class=&quot;fa fa-search&quot;&gt;&lt;/span&gt;&lt;/button&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n            &lt;/form&gt;\n            {% endif %}\n            &lt;/div&gt;\n        &lt;/div&gt;\n\n        {% wiki_messages %}\n\n        &lt;!-- Main page contents go here --&gt;\n        {% block wiki_contents %}{% endblock %}\n\n        &lt;footer id=&quot;wiki-footer&quot;&gt;\n            &lt;hr /&gt;\n            {% block wiki_footer_prepend %}\n            {% endblock %}\n            &lt;div class=&quot;clearfix&quot;&gt;&lt;/div&gt;\n        &lt;/footer&gt;\n    &lt;/div&gt;\n\n    &lt;/div&gt; &lt;!-- /container --&gt;\n\n    {% endblock %}\n\n    &lt;script src=&quot;{% static &quot;wiki/js/jquery-3.4.1.min.js&quot; %}&quot;&gt;&lt;/script&gt;\n    &lt;script src=&quot;{% static &quot;wiki/js/core.js&quot; %}&quot;&gt;&lt;/script&gt;\n    &lt;script src=&quot;{% static &quot;wiki/js/popper.js&quot; %}&quot;&gt;&lt;/script&gt;\n    &lt;script src=&quot;{% static &quot;wiki/bootstrap/js/bootstrap.bundle.min.js&quot; %}&quot;&gt;&lt;/script&gt;\n\n    &lt;script src=&quot;{% static &quot;wiki/js/respond.min.js&quot; %}&quot;&gt;&lt;/script&gt;\n    {% render_block &quot;js&quot; %}\n\n  &lt;/body&gt;\n&lt;/html&gt;\n</code>\n  </div>\n</div>\n"}