I always thought that jinja was better because of template extending.. but them I've found this:
http://www.smarty.net/docs/en/advanced.features.template.inheritance.tpl
Is there's any difference of smarty extendings and jinja2 extendings?
|
I always thought that jinja was better because of template extending.. but them I've found this: http://www.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: You should give it a try if you're stuck with php. It's almost the same as jinja2. |
|||||||
|