package view import ( "html/template" ) type Context struct { Language string QueryParameter template.URL }