{% extends base %}
{% block head %}
{% end %}
{% block body %}
{% init show_note_types_title = False %}
{% include note/card/note_types.html %}
{% include message/component/message_todo_inner.html %}
{% include note/card/task_memo.html %}
{% include note/card/note_groups.html %}
{% include note/card/hot_notes.html %}
{% end %}
{% block aside %}
{% include note/component/mod_aside.html %}
{% end %}