Hi,

if a website - such as the http://perldancer.org/ uses auto_page: 1 in the configuration
it means you don't need to create a route for each template, if a page called /xyz  is
requested then, if there is a views/xyz.tt then that file will be served in the main layout.

The question: how can I set the title (which is in the layout) of such page?
I tried to add 
<% title="abc" %> to the views/xyz.tt file but it did not have an impact.

Is it possible? How?

Gabor