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

Items

+ New Item
{# example list with htmx delete: for item in items endfor
ID Name Actions
[item.id] [item.name] Edit
#}

No items yet. Add your models and update this template.

{% endblock %}