{% if bookmarkList.length == 0 %} No bookmarks yet. {% else %}
{% include 'page_list.html' with { pages: bookmarkList, pagePropertyName: 'page' } %}
{% endif %}