# File lib/PageTemplate/parser.rb, line 632
    def output(*args)
      return '' unless @commands
      @commands.output(*args)
    end