コード例 #1
0
ファイル: server.go プロジェクト: acsellers/thoreni-examples
func ContactHandler(ctx *thoreni.Contextable) {
	ctx.RenderStatic("pages/contact")
}
コード例 #2
0
ファイル: server.go プロジェクト: acsellers/thoreni-examples
func AboutHandler(ctx *thoreni.Contextable) {
	ctx.RenderStatic("pages/about")
}