That way only a subset of the templates could be funneled through template_files. ``` template_files('subset') do |source, target| m.file(target) {|io| io << File.read(source) } end ```