public/layout/Format-ConfluenceCell.ps1

function Format-ConfluenceCell($Contents) {
    $global:PowerConfluence.Templates.Layout.CellTemplate -f "$Contents"
}