Hacker News new | ask | show | jobs
by jakejake 5014 days ago
There is one feature of Smarty that is worth having in my opinion, that is the template inheritance. Basically similar to .NET master pages, Rails layouts and I think Django is built the same way. Much cleaner rather than including header/footer files.

Though I don't like having to use the Smarty psuedo-language, I do like the organization of code that it provides.