Your task is to write a view function that takes a country name as an argument in the address bar and then checks whether the country is in the dictionary keys. If it is so, display the corresponding capital city. If not, throw the abort() error handler with 404 and the following description: Resource not found.
Tip: Use abort() with the return.