# File lib/innate/view/etanni.rb, line 22
    def initialize(template, filename = '<Etanni>')
      @template = template
      @filename = filename
      compile
    end