{% extends "base.html" %} {% load static %} {% block title %}Here's your result{% endblock %} {% block content %} Waiting for task with result {{ task }} {% endblock %}