hyaenidae/accounts/templates/logout.rs.html

7 lines
159 B
HTML
Raw Normal View History

2020-12-16 02:40:41 +00:00
@use crate::LogoutState;
@use hyaenidae_toolkit::{templates::button_group, Button};
2021-01-22 05:42:48 +00:00
@(btn: Button, state: &LogoutState)
2020-12-16 02:40:41 +00:00
@:button_group(&[state.button(btn)])