Breadcrumbs

Expects an array of links, with Home being the first item. Built with the westchester_breadcrumb() function in function-breadcrumbs.php file.

get_atomic('@molecules/breadcrumbs', null ,[
    [
        'href' => '#',
        'title' => 'Home',
    ],
    [
        'href' => '#',
        'title' => 'Page 1',
    ],
    [
        'href' => '#',
        'title' => 'Page 2',
    ],
    [
        'href' => '#',
        'title' => 'Page 3',
    ],
    [
        'href' => '#',
        'title' => 'Page 4 (Current)',
    ],
]);