This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/passbook/core/templates/shell.html

11 lines
303 B
HTML
Raw Normal View History

{% extends "base/page.html" %}
{% block page_content %}
<pb-sidebar class="pf-c-page__sidebar">
</pb-sidebar>
2020-11-25 11:41:13 +00:00
<main class="pf-c-page__main">
2020-11-30 22:49:33 +00:00
<pb-router-outlet role="main" class="pf-c-page__main" tabindex="-1" id="main-content" defaultUrl="/library/">
2020-11-25 11:41:13 +00:00
</pb-router-outlet>
</main>
{% endblock %}