Files
notifications-admin/app/templates/views/get-started.html
2023-12-21 20:43:52 -07:00

15 lines
411 B
HTML

{% extends "content_template.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 %}