UNPKG

hexo-theme-nexmoe

Version:

🔥 A special hexo theme.

15 lines (12 loc) • 311 B
const { Component } = require('inferno'); module.exports = class extends Component { render() { const { body } = this.props; return ( <div class="nexmoe-primary" dangerouslySetInnerHTML={{ __html: body }} ></div> ); } };