package misc import ( "gitote/gitote/pkg/context" ) const ( CERTIFICATE = "misc/certificate" ) func Certificate(c *context.Context) { c.Data["Title"] = "Gitote Cert" c.HTML(200, CERTIFICATE) }