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