15:07:31 <AndreD> Hi, I got a question regarding vhs (v2.0.3) usage: I tried to give out the page title using <v:page.info field="title" /> in a layouts file (namespace set in template). Unfortunately there is no rendering of the title but the html results has the <v:..... /> command in it. Could you give me some advice? Thanks in advance!
16:04:48 <NamelessCoder> AndreD you neglected to include the vhs namespace in your layout. Add it and it will work.
16:06:38 <AndreD> Ahh, thank you very much! Thought it would be routed through from the template file.