More pages
This commit is contained in:
10
app/views/about.go
Normal file
10
app/views/about.go
Normal file
@ -0,0 +1,10 @@
|
||||
package views
|
||||
|
||||
import "github.com/kataras/iris/v12"
|
||||
|
||||
func GetAboutPage(ctx iris.Context) {
|
||||
if err := ctx.View("pages/about.jet"); err != nil {
|
||||
showError(ctx, err)
|
||||
return
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user