Skip to main content

max / makenotwork

442 B · 7 lines History Blame Raw
1 {#- The site header lives in `crate::shell::site_header`, which builds a
2 `quasi_router::Chrome` and lets the renderer write the markup: one spelling
3 for the templated pages and for a described screen that owns its own
4 document. The CSRF token is not passed any more -- the logout is an htmx
5 post and `htmx-glue.ts` attaches the token from the `csrf-token` meta. -#}
6 {{ crate::shell::site_header(session_user.as_ref())|safe }}
7