I am using the node id as an argument in a drupal view. However, I want the title of the view to display the title of the node.
For example, I have a node with node-id 36 and title "Hello World". The views page url is "example.com/display-node/36" (36 being the node-id passed as an argument). I want the title of the page displayed as "Page: Hello World". How do I do that?
Thanks!