Example #1
0
func (c Style) Index(template *models.Template) revel.Result {
	title := "模板风格--GoCMS管理系统"

	template_list := template.GetTemplateList()

	c.Render(title, template_list)
	return c.RenderTemplate("Style/Template/Index.html")
}