package views import ( "fmt" "github.com/ditatompel/xmr-remote-nodes/internal/config" "time" ) var buildTime = time.Now().Unix() type Meta struct { Title string Description string Keywords string Robots string Permalink string Identifier string } templ base(m Meta) {