you can check out https://github.com/lilactown/helix-todo-mvc
it's a bit fancier than what i would normally do tho since it defines macros for each component
pyramid's site might be illustrative https://github.com/lilactown/pyramid/tree/main/site/src/pyramid/site
Thank you! Pyramid’s site definitely helps!
How would one structure an auth hook similar to https://docs.react2025.com/firebase/use-auth in helix?
I managed to get over the issue that I couldn’t work out
great!