hyaenidae/accounts/templates/logout.rs.html

7 lines
159 B
HTML

@use crate::LogoutState;
@use hyaenidae_toolkit::{templates::button_group, Button};
@(btn: Button, state: &LogoutState)
@:button_group(&[state.button(btn)])