9 lines
120 B
Text
9 lines
120 B
Text
|
extends layout.pug
|
||
|
|
||
|
block title
|
||
|
= title
|
||
|
|
||
|
block content
|
||
|
if description
|
||
|
div(class="message " + type)= description
|