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/overview/base.html

15 lines
272 B
HTML
Raw Normal View History

{% extends "base/page.html" %}
2018-11-11 12:41:48 +00:00
{% load static %}
{% load i18n %}
2020-02-19 20:03:39 +00:00
2018-11-16 08:10:35 +00:00
{% load is_active %}
2020-02-19 20:03:39 +00:00
{% load utils %}
2018-11-11 12:41:48 +00:00
{% block page_content %}
<main role="main" class="pf-c-page__main" tabindex="-1" id="main-content">
{% block content %}
{% endblock %}
</main>
2018-11-11 12:41:48 +00:00
{% endblock %}