{% extends "layouts/default_ext.html" %} {% block title %} Case notes {% endblock title %} {% block stylesheets %} {% include 'includes/header_case.html' %} {% endblock stylesheets %} {% block content %} {% include 'includes/navigation_ext.html' %} {% include 'includes/sidenav.html' %}
{{ form.csrf_token }}

It looks pretty empty

Select a note on the left pane or click here to add a directory

Right-click on a directory to add a note

{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %} {% include 'includes/footer_case.html' %} {% endblock javascripts %}