Example #1
0
 function handle_get($post)
 {
     $this->pre_render();
     $this->render_head();
     $this->render_body();
     dom::dump();
 }