{% extends "base.html" %} {% load widgets %} {% block title %}{{ task.title }} (riešenie){% endblock title %} {% block content %} {% if task.is_public|is_false %}
{% endif %} {% include 'tasks/task_header.html' %}
{{ task.example_solution|safe }}
{% if task.is_public|is_false %}
{% endif %} {% endblock content %}