Stone.js API
    Preparing search index...

    Represents a Page layout.

    interface IPageLayout {
        head?: () => Promiseable<HeadContext>;
        render: (context: any) => ReactNode;
    }
    Index
    head?: () => Promiseable<HeadContext>
    render: (context: any) => ReactNode