mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
7 lines
167 B
HTML
7 lines
167 B
HTML
|
|
{% extends "admin_template.html" %}
|
||
|
|
|
||
|
|
{% block fullwidth_content %}
|
||
|
|
{% include 'flash_messages.html' %}
|
||
|
|
{% block maincolumn_content %}{% endblock %}
|
||
|
|
{% endblock %}
|