开发者

Jinja2 vs. Smarty

开发者 https://www.devze.com 2023-02-27 01:10 出处:网络
I always thought that jinja was better because of template extending.. but them I\'ve found this: http://www开发者_StackOverflow社区.smarty.net/docs/en/advanced.features.template.inheritance.tpl

I always thought that jinja was better because of template extending.. but them I've found this:

http://www开发者_StackOverflow社区.smarty.net/docs/en/advanced.features.template.inheritance.tpl

Is there's any difference of smarty extendings and jinja2 extendings?


Smarty is an overkill, in my opinion. I prefer Twig:

http://www.twig-project.org/

You should give it a try if you're stuck with php. It's almost the same as jinja2.

0

精彩评论

暂无评论...
验证码 换一张
取 消