15 lines
249 B
Plaintext
15 lines
249 B
Plaintext
extends layout.pug
|
|
|
|
block title
|
|
= title
|
|
|
|
block content
|
|
if description
|
|
div(class="ui message " + type)= description
|
|
|
|
if showLoginButton
|
|
p: a(href="login") Go to login
|
|
|
|
if showFrontendLink
|
|
p: a(href=mainFrontendUrl) Back to Portal
|