mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
11 lines
226 B
HTML
11 lines
226 B
HTML
{% extends "admin_template.html" %}
|
|
|
|
{% set mainClasses = "" %}
|
|
|
|
{% block main %}
|
|
{% block beforeContent %}{% endblock %}
|
|
<main id="main-content" role="main">
|
|
{% block content %}{% endblock %}
|
|
</main>
|
|
{% endblock %}
|