public function offsetGet($offset)
 {
     // Support for direct binding of plain views (no produce).
     if (!parent::offsetExists($offset)) {
         return $this->getViewProvider()->getTemplate($offset);
     }
     return parent::offsetGet($offset);
 }