{% extends "layout.html" %} {% block body %}

Square Variant 1

Square a number by doing a HTTP/GET against a REST-like URL that includes the number to square.

  1. square/3
  2. square/10
  3. square/2323

Square Variant 2

Square a number by doing a HTTP/POST from a HTML form that includes the number to square.

Square this

{% endblock %}