public function action_post() { $this->template->content = Request::factory(Route::get('shindig/blog')->uri(array('action' => 'post', 'slug' => $this->request->param('slug'))))->execute()->response; }