{% extends "body_base.html" %} {% block title %}Minne - Dashboard{% endblock %} {% block main %}

Dashboard

{% include "dashboard/statistics.html" %} {% include "dashboard/recent_content.html" %} {% include "dashboard/active_jobs.html" %}
{% endblock %}