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