{% extends "base_plain.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 %}

Canonacalized Response: (view source for raw)

{{ result }}
{% endif %} {% endblock %}