$snippet->render() Renders the snippet and passes the scope with all slots and data kirby/src/Template/Snippet.php#L232 $snippet->render(array $data = [ ], array $slots = [ ]): string Parameters Name Type Default $data array [ ] $slots array [ ] Return type string Parent class Kirby\Template\Snippet