Files
gf/.example/net/ghttp/server/controller/template/layout.html

3 lines
78 B
Go
Raw Normal View History

2019-09-09 22:56:54 +08:00
{{include "header.html" .}}
{{include .mainTpl .}}
{{include "footer.html" .}}