Files
ClassContent/历届学生/17届课程/blog/src/views/admin/layout.pug
2024-09-27 02:06:13 +08:00

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