# File lib/generators/bootstrap/themed/themed_generator.rb, line 130
      def generate_erb(views)
        views.each do |template_name, output_path|
          template template_name, output_path
        end
      end