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