20 lines
319 B
Plaintext
20 lines
319 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
script(src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js")
|
|
block assets
|
|
|
|
body
|
|
|
|
if showHeader
|
|
include tpl/header.pug
|
|
if showLeftMenu
|
|
include tpl/leftMenu.pug
|
|
block content
|
|
if showFooter
|
|
include tpl/footer.pug
|
|
|
|
block js
|
|
|