{% extends 'base.html' %} {% block content %} {{ video|safe }} {% if form != None %}
{% csrf_token %} {{ form|safe }}
{% endif %} {% if score != None %}


Result

{{ result|safe }}

Score

Your score is {{ score }}%

{% endif %} {% endblock %}