$_CLASS[name]";
$content .= "
$_CLASS[desc]
";
$sp['output'] .= $tpl->load('card', [$content]);
$content = "Deine Favoriten
";
$thead = "| Segler | Rangliste 2020 |
";
$content .= $tpl->load('table', [$thead, 'html-id' => 'table-favorites', 'css-class' => 'mb-0 mt-3']);
$sp['output'] .= $tpl->load('card', [$content]);
?>