mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
8 lines
162 B
HTML
8 lines
162 B
HTML
{% extends "admin_template.html" %}
|
|
|
|
{% block fullwidth_content %}
|
|
<main role="main">
|
|
{% block maincolumn_content %}{% endblock %}
|
|
</main>
|
|
{% endblock %}
|