for looking in site {
match looking {
great_art ⇒ “callym.com”,
info ⇒ “callym.com/about”,
contact ⇒ “callym.com/contact”,
_ ⇒ ()
}
}