import React from 'react'
import Head from 'next/head'
export default () =>
{/* this will not render */}
{/* this will get rendered */}
Fragment title
{/* the following 2 links tag will be rendered both */}
{/* only one tag will be rendered as they have the same key */}