|
|
|
|
|
by cgbystrom
5323 days ago
|
|
The reason behind "yet another template language" is that we compile down to both Python and JavaScript. Allowing us to render templates both on the server-side and client-side.
Sharing templates between these two gets very important when you develop real-time web sites. (I'm one of the developers behind Planet Framework) |
|