{% extends "library/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "notes" %} {% block title %}{{ note.title if note else "New note" }} - LLeMbas{% endblock %} {% block heading %}{{ note.title if note else "New note" }}{% endblock %} {% block library_content %}
{% if note and body_html %}