{% extends "base.html" %} {% block title %}Dashboard — Hassette{% endblock %} {% block content %}

Dashboard

Apps

{% include "partials/dashboard_app_grid.html" %}

Recent Logs

{% include "partials/dashboard_logs.html" %}

Activity

{% include "partials/dashboard_timeline.html" %}
{% endblock %}