. include!("../../components/headers.html"); .> <. include!("../header/index.html"); .> <. include!("../taskbar/index.html"); .> <. include!("../help-banner/index.html"); .> Your Sitekeys <. for sitekey in sitekeys.iter() { .> <.= sitekey.name .> <.= sitekey.key .> <. } .> <. include!("../../components/footers.html"); .>