# File lib/operator.rb, line 505
  def html project, config, dir
    dir ||= "html"
    HtmlView.new(project, config, dir).render_all
  end