{% extends 'base.html' %} {% block title %}Run task{% endblock %} {% block content %}

Index

{% if result %}

The result is {{ result }}

{% endif %}
Go to about us {% endblock %}