@use super::base_html;
@()
@:base_html({
<form action="/admin/logout" method="post">
<button type="logout">log out</button>
</form>
})