Skip to content

Instantly share code, notes, and snippets.

@vojtatranta
Created November 18, 2016 01:44
Show Gist options
  • Save vojtatranta/d2a03a94139401fe2cdc2a61a0ae3592 to your computer and use it in GitHub Desktop.
Save vojtatranta/d2a03a94139401fe2cdc2a61a0ae3592 to your computer and use it in GitHub Desktop.
const html = __DATA__.articles.map(article => {
return DOM.article({}, article.body)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment