{% extends "buku_api/base.html" %} {% macro show_bookmarks(bookmarks) %}
{% for item in bookmarks %} {% else %} {% endfor %}
Bookmark table.
Entry

{{item.title}}

{{item.url}}

{{item.description}}

{% for tag in item.tags %} {{tag}} {% endfor %}

No entry Found
{% endmacro %} {% block content %}
{{show_bookmarks(result.bookmarks)}}
{% endblock %}