{% extends "orgapy/skeleton.html" %} {% load static from staticfiles %} {% block title %}{% block subtitle %}Dashboard | {% endblock subtitle %}{{ block.super }}{% endblock title %} {% block head %} {{ block.super }} {% endblock head %} {% block section %}

Dashboard

Upcoming tasks

{% include "orgapy/task_list.html" %}

Recent notes

{% include "orgapy/note_list.html" %} {% endblock section %}