{% extends "base.html" %} {% block content %}





{% if result %}
{{ result|safe }}
{% endif %} {% endblock %}