Lemon-Framework / Lemon

🍋 A php microframework
https://lemon-framework.github.io/docs/
GNU General Public License v3.0
24 stars 8 forks source link

[Templating] renders templates in isolation #132

Closed tenmajkl closed 1 year ago

tenmajkl commented 1 year ago

This PR adds isolation to template rendering, which is just fancy word for fixig bug in rendering layouts. Now when you use layouts, Template::render should return output, instead of write to stdout.