{% extends "base.html" %} {% block title %}Debug JSON{% endblock %} {% block body_class %}no-sidebar{% endblock %} {% block content %}
{% csrf_token %}
{% include "forms/_field.html" with field=form.uri %}
{% if result %}
{{ result }}
{% endif %} {% endblock %}