A text template engine, to provide separation of concern between logic and view layer. Especially for server side web development.
The concept is using a usual template layout in a text file that only use Keys and composite Sections as the template container which then controlled by the code. The main differences with other template engine is that it designed without any logical blocks, somewhat done using Sections.
Current implementation is using PHP5.
This project is for my own prove of concept about template engine, expect simple implementation hence the summary I use :P. Feel free to try, any help, comment, or suggestion will be highly appreciated, thanks!