{{ page_data.title }}

{% if page_data.show_raw_json_section %}

Raw JSON

{{ data | tojson_pretty }}
{% endif %} {% if page_data.show_links_section %}

Links

{% endif %} {% if page_data.show_delete_section %}
{% endif %} {% if page_data.show_post_section %}

POST Method

{# To keep it simple, use a standard html application/x-www-form-urlencoded form #} {# rather than using javascript to implement ajax. #} {# The server side will just extract out the json and handle it appropriately. #}

JSON

{% endif %} {% if page_data.show_web_debugging_section %}

Web Development Debugging

page_data:

{{ page_data | tojson_pretty }}

links:

{{ links | tojson_pretty }}
{% endif %}