import React, { Component } from 'react'; export default class {{blockEntryName}} extends Component { render() { return ( ) } }