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