Compare commits

..

2 Commits

Author SHA1 Message Date
ekzyis 8eca0940dd Fix error pages 2024-07-12 07:15:06 +02:00
ekzyis 45e6a6f32a Use hx-* attributes 2024-07-12 07:15:06 +02:00
1 changed files with 1 additions and 1 deletions

View File

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