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

{{ path }}

{% if page %} {% endif %}

{{ pageUser.name }}

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

  • {% endif %}
{% include 'widget/page_list.html' with { pages: bookmarkList } %}
{% include 'widget/page_list.html' with { pages: createdList } %}
{% else %} {% parent %} {% endif %} {% endblock %}