public function compile(Twig_Compiler $compiler)
    {

        if ($this->getNode('id') == null) {
            $compiler->write("echo \$context['current_page']->getContent('');");