{% extends "library/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "notes" %} {% block title %}Notes - LLeMbas{% endblock %} {% block heading %}Notes{% endblock %} {% block actions %} {{ icon("plus", "icon--sm") }} New note {% endblock %} {% block library_content %}
Longer things worth keeping between conversations. A model writes these itself when it works something out, and you can edit or delete any of them — they are yours, not its.
{% if not notes %}{% if q %} No note matches “{{ q }}”. {% else %} Give a model the notes tool and it will start keeping them, or write the first one yourself. {% endif %}