{% extends "base.html" %} {% block pagetitle %} {{config['DASHBOARD_APPNAME']}} Index {% endblock %} {% block content %}
{% include "snippets/breadcrumbs.html" %}
New Dashboard

The dashboard main title. This will be displayed across the top of the dashboard, and as a readable slug in the URL.

A one-word category for dashboard organization.

A short, one line description to appear in listings.

An extended description of the dashboard, which supports Markdown formatting.

{% endblock %}