get( $templates, $load, false ); return; } $this->store[ $slug ] = $this->render_template( $this->get( $templates, $load, false ), $data ); echo $this->store[ $slug ]; } }