Skip to content

Instantly share code, notes, and snippets.

@pankajpatel
Last active January 15, 2018 09:08
Show Gist options
  • Save pankajpatel/e2c25d8cdf435cc9e6fe19e9c84a527a to your computer and use it in GitHub Desktop.
Save pankajpatel/e2c25d8cdf435cc9e6fe19e9c84a527a to your computer and use it in GitHub Desktop.
module.exports = (scope) => `${scope.type ?
require(`${scope.type}.html.js`)(scope) : `
<h1>${scope.title || '---'}<h1>
<div>${scope.body || '...')</div>
`}`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment