[Source]
# File generator/html/hefss.rb, line 416 416: def write_extra_pages 417: template = TemplatePage.new(BLANK) 418: File.open("blank.html", "w") { |f| template.write_html_on(f, {}) } 419: end
[Validate]