12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
extends ../layout
|
|
|
|
block title
|
|
link(rel='stylesheet', href='/css/admin/index.css')
|
|
|
|
block content
|
|
.index
|
|
h1= title
|
|
p Welcome to #{title}
|
|
|
|
block script
|
|
script(src="/js/admin/index.js") |