{% extends "index.html" %} {% block main %}

Get HTML response from AJAX

Click the refresh button to get the HTML response.

The response may randomly be an error response.

Set value via AJAX

Send value to the application.

If value is empty or is "We Make Porn" (case sensitive), an error is raised.

Get value from AJAX

Get a random value from the application.

Value may randomly be unavailable raising an error.

{% endblock %}