package archetype import ( "time" ) type Page struct { Title string Slug string Content string Edited time.Time }