package models import "html/template" type Post struct { Id int Name string Time string Content template.HTML }