import Link from 'next/link' export default props =>

{props.title}

{props.body}

{/* render the URL as /post/:id */} Read more...