doctype html
html
head
meta(charset="utf-8")
block title
title 任务管理系统
body
block content
include views/partials/footer.pug
when i run build using GoLand. it's have some context error.
[ERRO] 2019/10/23 09:20 view: template:1: in 'Z:\code\go\task\views\layouts' subtemplate 'views/layouts/index.pug': parseSubFile() error: template:9: open footer.pug: The system cannot find the file specified. work dir: Z:\code\go\task\views\layouts
Process finished with exit code 0
this is my dir tree.
main.go in iris
layouts/index.pug
when i run build using GoLand. it's have some context error.