- Pages will go to view
- pages will be seperated into each file by type (host, vm, etc.)
- each page will have multiple sections in each file that can be
either rendered together, or loaded via HTMX, depending on the call
- started on htmx api endpoints
- Starting on main manager page
- Manager layout will be included in the manager page
- Manager page will use htmx to load different components via api
- added air to reload the server on changes automatically
- added tailwindcss
- added base page structure in html using _index, _header and _footer
- added static homepage
- added style.css built by tailwindcss
- added basic View object to control views and templates