I have a question regarding the Leaf template engine.
How can I access the Session values in the Leaf Template? For instance to loop through Flash messages like in Laravel: https://laravel.com/docs/5.3/redirects#redirecting-with-flashed-session-data
I can't find a solution to accomplish this.
Thanks in advance