template->set_template('admin'); } public function index() { //$this->load->view('admin/pages/index'); $this->template->write('title', 'aaaaaaa'); $this->template->write_view('content', 'admin/pages/index'); $this->template->render(); } }