18 lines
322 B
Plaintext
18 lines
322 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
link(rel='stylesheet', href='/css/tpl/clear.css')
|
|
link(rel='stylesheet', href='/css/admin/tpl/public.css')
|
|
|
|
block title
|
|
|
|
body
|
|
|
|
include tpl/header.pug
|
|
include tpl/sidebar.pug
|
|
block content
|
|
|
|
script(src="/js/tpl/jquery.min.js")
|
|
block script
|