shortcode->getHandlers()->add('sc-box', function (ShortcodeInterface $sc) { $output = $this->grav['twig']->processTemplate( 'partials/shortcodes/box.html.twig', [ 'shortcode' => $sc, ] ); return $output; }); } }