import React from 'react' import htmlescape from 'htmlescape' export default ({ head, css, html, data, dev, staticMarkup }) => { return
{(head || []).map((h, i) => React.cloneElement(h, { key: i }))} {staticMarkup ? null : } {staticMarkup ? null : } }