{# {%extends "base.html"%} #} {%block body%}

{{ problem.name }}

{% comment %} {% load pykata_extras %} {% autoescape off %}

{{problem.description|force_escape|spacify_code|linebreaksbr}}

{% endautoescape %} {% endcomment %}
{{ problem.examples }}

Enter your solution here:

{%endblock%}