I just wanted to learn go templating and htmx. Ended up exploring some other ideas including:
- automatic browser reload
- layouts / templates
- components which are just functions
- automatic csrf
- automatic forms
- validations
- menu bar based on login state
- header with name
- edit name menu
k3s provisioned [with](flux https://fluxcd.io/flux/get-started/)
# Build with rancher desktop / nerdctl
nerdctl -n k8s.io build -t ghcr.io/evanlurvey/htmx-poc .
# watch
tailwindcss -o app/static/style.css -w
# prod / ci
tailwindcss -o app/static/style.css -m