{% extends "test_app/base.html" %} {% load tethys_gizmos %} {% block header_buttons %}
{% endblock %} {% block app_content %}

Welcome to your Tethys App!

Take advantage of beautiful typography to organize the content of your app:

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
{{ script|safe }} {% endblock %} {# Use the after_app_content block for modals #} {% block after_app_content %} {% endblock %} {% block app_actions %} {% gizmo save_button %} {% gizmo edit_button %} {% gizmo remove_button %} {% gizmo previous_button %} {% gizmo next_button %} {% endblock %}