{% extends "base.html" %} {% block content %}

Notebook


{% for category, entries in notebook.items() %}

{{ category.capitalize() }}

{% if not entries %}

No entries yet.

{% endif %} {% endfor %} {% endblock %}