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