{% extends 'page.html' %} {% block main_css_class %}user-page{% endblock %} {% block content_header %} {% if pageUser %} {% include '../widget/user_page_header.html' %} {% else %} {% parent %} {% endif %} {% endblock %} {% block content_main_before %}
{% include '../widget/user_page_content.html' %}
{% endblock %}