11 lines
178 B
Text
11 lines
178 B
Text
extends layout.pug
|
|
|
|
block title
|
|
= title
|
|
|
|
block content
|
|
if description
|
|
div(class="message " + type)= description
|
|
|
|
if showLoginButton
|
|
p: a(href="/login") Go to login
|