10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
extends layout.pug
|
|
|
|
block content
|
|
.col-lg-6.col-lg-offset-3.col-md-6.col-md-offset-3
|
|
.alert.alert-info.center.messagebox
|
|
strong Logged out
|
|
p
|
|
if redirect
|
|
a(href=redirect) Return to previous page
|