{% extends 'page.html' %} {% block main_css_class %}user-page{% endblock %} {% block layout_header %} {% if pageUser %}
{% else %} {% parent %} {% endif %} {% endblock %} {% block content_main_before %}
{% 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 %}
{% endblock %}