summaryrefslogtreecommitdiffstats
path: root/templates/admin_dashboard.rs.html
blob: cf7d27ccd9c7241c70acac7866dbdbf83862f41c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@use super::base_html;

@()

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