mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
15 lines
399 B
HTML
15 lines
399 B
HTML
{% extends "base.html" %}
|
|
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
|
|
{% from "components/sub-navigation.html" import sub_navigation %}
|
|
{% from "components/components/details/macro.njk" import usaDetails %}
|
|
|
|
{% block per_page_title %}
|
|
Get started
|
|
{% endblock %}
|
|
|
|
{% block content_column_content %}
|
|
|
|
{{ content | safe }}
|
|
|
|
{% endblock %}
|