mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 02:19:12 -04: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 %}
|