# File lib/PageTemplate/commands.rb, line 163
    def to_s
      '[ Template: ' + @commandBlock.map{ |i| "[#{i.to_s}]" }.join(' ') + ']'
    end