Private/GetTitle.ps1

function GetTitle([string]$Content)
{
    $Content | pup '.bg-blue text{}' --plain
}