{% extends 'page.html' %} {% block main_css_class %}user-page{% endblock %} {% block content_head %} {% if pageUser %}

{{ path|insertSpaceToEachSlashes }}

{% if page %} {% endif %}

{{ pageUser.name }}

  • @{{ pageUser.username }}
  • {{ pageUser.email }}
  • {% if pageUser.introduction %}
  • {{ pageUser.introduction|nl2br }}

  • {% endif %}
{% 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 %}
{% else %} {% parent %} {% endif %} {% endblock %}