{% extends "layout/basic.html" %} {% block content %}
{% if page_name == 'problem_edit' %} {% else %} {% endif %}
{% if page_name == 'problem_edit' %} {% set owner_udoc = udoc %} {% include "partials/problem_sidebar.html" %} {% else %} {% include 'components/md_hint.html' %} {% endif %}
{% endblock %}