import React from "react"; export default function PageTitle({ pagename = "About" }) { return (

Blocks - {pagename}

Copy any custom block snippet below and paste it on your page to build your website easily.

{/* /column */}
{/* /.row */}
{/* /.container */}
); }