{% extends "base.html" %} {% block base_content %} {% if algorithm_description %}

Algorithm Explanation

{{ algorithm_description | safe }}
{% endif %} {% if not disable_problem_statement %}

Problem Statement

{% if not is_required %}

[Optional]

{% endif %}
{{ problem_description | safe }}
{% endif %} {% block content %} {% endblock %} {% endblock %}