{% extends "base.html" %} {% block content %}
A collection of HTMX patterns
These are patterns that I have written based on content from the hypermedia.systems book. There is lots of code duplication as each pattern is meant to be standalone.
I currently make use of htmx with fastapi, sqlmodel, sqlite, and tailwindcss for many of my projects. These patterns are here to serve for reference to myself implemented using this stack in the most pure way possible to remain simple and understandable. Sometimes real projects get complicated and are hard to bring in new features correctly. This is a playground with completely separate routers, models, and templates for each project.