{% extends "layout.html" %} {% import 'utils.html' as utils %} {% block header %} {% endblock %} {% block content %}
{% if item.ref %} {{ utils.display_note(item.ref, ui=False) }} {% endif %} {% elif item.type == 'Create' %} {{ utils.display_note(item) }} {% endif %} {% endfor %}