func ContactHandler(ctx *thoreni.Contextable) { ctx.RenderStatic("pages/contact") }
func AboutHandler(ctx *thoreni.Contextable) { ctx.RenderStatic("pages/about") }