if($this->param('show_cart')){ $this->template('twig', 'show_cart.twig'); # Twig-Engine $this->template('php','show_cart.phtml'); # native PHP }