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