mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Make a full width base template
We need this because the top section of the new product page will be going full-bleed.
This commit is contained in:
7
app/templates/fullwidth_template.html
Normal file
7
app/templates/fullwidth_template.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "admin_template.html" %}
|
||||
|
||||
{% block fullwidth_content %}
|
||||
<main role="main">
|
||||
{% block maincolumn_content %}{% endblock %}
|
||||
</main>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user