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