function createArticleTemplate()

in inflation-explorer/harness/update-harness.js [34:40]


function createArticleTemplate(html) {
  let template = prepareArticleTemplate(html)

  let path = './harness/article.html'
  console.log("Writing article template to " + path)
  fs.writeFileSync(path, template)
}