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.
2020-02-27 13:59:34 +00:00
|
|
|
{% extends "base/page.html" %}
|
2018-11-11 12:41:48 +00:00
|
|
|
|
|
|
|
{% load static %}
|
|
|
|
{% load i18n %}
|
2020-02-19 20:03:39 +00:00
|
|
|
|
2020-05-15 08:54:31 +00:00
|
|
|
{% load passbook_is_active %}
|
|
|
|
{% load passbook_utils %}
|
2018-11-11 12:41:48 +00:00
|
|
|
|
2020-02-27 13:59:34 +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 %}
|