the engine in using zend, here is my get query
<input type="text" name="q" value="<?php echo $this->query->getQuery(); ?>">
and here is my title tag
$this->headTitle('Homepage');
I would like to put the query keyword replacing Homepage, I have tried parsing many different codes but out of luck, anyone can help?