Files
notifications-admin/app/templates/views/get-started.html

15 lines
399 B
HTML
Raw Normal View History

{% extends "base.html" %}
2019-10-15 11:38:30 +01:00
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
{% from "components/sub-navigation.html" import sub_navigation %}
2023-08-30 11:07:38 -04:00
{% from "components/components/details/macro.njk" import usaDetails %}
2019-10-15 09:39:24 +01:00
2019-10-15 11:38:30 +01:00
{% block per_page_title %}
Get started
{% endblock %}
{% block content_column_content %}
{{ content | safe }}
2019-10-15 11:38:30 +01:00
{% endblock %}