{% extends "base.html" %} {% block title %}Create{% endblock %} {% block content %}

Create Item

{# example form with htmx:
#}

Add your form fields here.

Back {% endblock %}