camper/web/templates
jordi fita mas f963f54839 Add profile form, inside a user menu
This is the first form that uses HTMx, and can not return a 400 error
code because otherwise HTMx does not render the content.

Since now there are pages that do not render the whole html, with header
and body, i need a different layout for these, and moved the common code
to handle forms and such a new template file that both layouts can use.
I also need the request in template.MustRender to check which layout i
should use.

Closes #7.
2023-07-26 20:46:09 +02:00
..
dashboard.gohtml Get user from database based on cookie and serve login if not logged in 2023-07-26 01:50:39 +02:00
form.gohtml Add profile form, inside a user menu 2023-07-26 20:46:09 +02:00
htmx.gohtml Add profile form, inside a user menu 2023-07-26 20:46:09 +02:00
layout.gohtml Add profile form, inside a user menu 2023-07-26 20:46:09 +02:00
login.gohtml Get user from database based on cookie and serve login if not logged in 2023-07-26 01:50:39 +02:00
profile.gohtml Add profile form, inside a user menu 2023-07-26 20:46:09 +02:00