mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-13 19:22:05 +00:00
9 lines
230 B
Text
9 lines
230 B
Text
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
|