Compare commits

..

2 Commits

Author SHA1 Message Date
64e5478c5f Fix error pages 2024-07-12 07:13:01 +02:00
79c6302af3 Use hx-* attributes 2024-07-12 07:13:01 +02:00

View File

@ -13,7 +13,7 @@ templ Header() {
if ctx.Value(c.SessionContextKey) != nil {
<button hx-get="/user">user</button>
} else {
<button hx-get="/login">login</button>
<button hx-get="/signup">signup</button>
}
</div>
</nav>