hyaenidae/accounts/templates/logout.rs.html

9 lines
215 B
HTML
Raw Normal View History

2020-12-16 02:40:41 +00:00
@use crate::LogoutState;
@use hyaenidae_toolkit::{templates::button_group, Button};
@(button: &Button, state: &LogoutState)
<form method="POST" action="@state.logout_path()">
@:button_group(&[button])
</form>