{{ page_data.title }}
Home
Up
{% if page_data.show_raw_json_section %}
Raw JSON
{{ data | tojson_pretty }}
{% endif %} {% if page_data.show_links_section %}
Links
{% for link in links %}
{{ link }}
{% endfor %}
{% endif %} {% if page_data.show_delete_section %}
Delete
{% 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
{{ page_data.post_content }}
POST
{% endif %} {% if page_data.show_web_debugging_section %}
Web Development Debugging
page_data:
{{ page_data | tojson_pretty }}
links:
{{ links | tojson_pretty }}
{% endif %}