import Link from 'next/link' export default function HomePage() { return <Link href="/templates/multi/slug">Go to test page</Link> }