smarty is a template PHP template engine written in PHP. It provides the separation of logic and external content. Simply put, the purpose is to separate PHP programmers from artists. The programmer will not change the logical content of the program. It affects the page design of the artist, and the artist's re-modification of the page will not affect the program logic of the program, which is particularly important in multi-person cooperation projects.
Smarty is the most popular PHP template engine, and the latest version is Smarty 3.