内容输出方法为:display()

    将模板内容输出:

    $this->display(); //调用默认对应模板

    使用其他模板:

    $this->display('Blog.show2'); //可指定其他模板

    原文: http://www.g-framework.com/doc/42.html