django-template-uuid Assign an unique ID to every Django page rendered. Usage Add template_uuid to INSTALLED_APPS Use in template like: <body> {% load template_uuid %} {% uuid4 my_unique_id %} My unique ID is: {{ my_unique_id }}. </body>