{# goes in the
in view.html, called by the js #}{% for i in bm_list %} {% if loop.first %}{% endif %} {% if loop.last %}
titleurltagstimestampnotes
{{ i.title }}{{ i.url }}{{ i.tags|sort|join(',') }}{{ i.timestamp }}{{ i.notes }} edit
{% endif %}{% endfor %}