8 lines
149 B
Text
8 lines
149 B
Text
extends layout.pug
|
|
|
|
block title
|
|
| Logout
|
|
|
|
block content
|
|
form(method="post", action="/logout")
|
|
button(type="submit", class="red") Log out now
|