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