2024-04-24 12:31:00 -07:00
|
|
|
{% 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 %}
|
|
|
|
|
|
2023-12-21 20:43:52 -07:00
|
|
|
{{ content | safe }}
|
2019-10-15 11:38:30 +01:00
|
|
|
|
|
|
|
|
{% endblock %}
|