/** * {} * @author yutent * @date 2022/10/10 17:00:29 */ import fs from 'iofs' export function writeHtmlFile(file) { fs.echo( ` {{title}}
`, file ) }