Example #1
0
func ContactHandler(ctx *thoreni.Contextable) {
	ctx.RenderStatic("pages/contact")
}
Example #2
0
func AboutHandler(ctx *thoreni.Contextable) {
	ctx.RenderStatic("pages/about")
}