{% extends "base.html" %} {% block title %}django-datastar example{% endblock %} {% block main %}

django-datastar example

This database-free project demonstrates exact Datastar request metadata, ordinary HTML morph responses, and Django-enforced CSRF with the packaged fetch bridge.

Security note: the request marker is descriptive, client-controlled metadata. It is not authentication, authorization, or proof of CSRF protection.

{% endblock %}