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