render()

in components/partials/PostContent.ts [6:10]


  render(h, context) {
    return h({
      template: '<article>' + context.props.content + '</article>'
    })
  }