{% extends 'base.html' %} {% block content %}
{% if result %}
{{ result }}
{% endif %}
{% endblock %}