<Content>
<!-- Add a Slot so other packages can add content here. -->
<!-- https://docs.frontity.org/learning-frontity/slot-and-fills -->
<Slot name="Before the post" />
<!-- Use Html2React to process the HTML generated by WordPress -->
<!-- https://api.frontity.org/frontity-packages/features-packages/html2react -->
<Html2React html={post.content.rendered} />
<!-- Add another Slot after the content. -->
<Slot name="After the post" />
</Content>