< ?= $this->inlineScript( \Zend\View\Helper\HeadScript::SCRIPT, '$("#searchForm_lookfor").focus();', 'SET' ); ?>
< ?= $this->context( $this )->renderInContext( 'search/searchbox.phtml', [ 'ignoreHiddenFilterMemory' => true ] )?> < ?= $this->inlineScript( \Zend\View\Helper\HeadScript::SCRIPT, '$("#searchForm_lookfor").focus();', 'SET' ); ?>

< ?= implode( '', array_map( [ $this, 'contentBlock' ], $blocks ?? [] ) )?>