mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-20 10:48:00 +08:00
*
This commit is contained in:
9
controllers/home.go
Normal file
9
controllers/home.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package controllers
|
||||
|
||||
type HomeController struct {
|
||||
BaseController
|
||||
}
|
||||
|
||||
func (p *HomeController) Index() {
|
||||
p.TplName = "home/index.tpl"
|
||||
}
|
Reference in New Issue
Block a user