package domain // Context represent a all-in-one theme template context. type Context struct { Site *Site *Page }