{% extends "dashboard/base.html" %} {% load i18n %} {% block content %}

Hello, world!

This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.

Learn more »

{% include "dashboard/index-vm.html" %}
{% include "dashboard/index-groups.html" %}
{% include "dashboard/index-files.html" %}
{% include "dashboard/index-templates.html" %}
{% include "dashboard/index-nodes.html" %}
{% endblock %}