microtemplates.py是一个做着玩的Pytho模板引擎。
示例模板:
{%eachitems%}<div>{{it}}</div>{%ed%}{%each[1,2,3]%}<div>{{it}}</div>{%ed%}性能测试:
microtemplates=>ru1000times,took0.58msdjago=>ru1000times,took1.39msjija2=>ru1000times,took7.68ms
开源地址
https://github.com/alexmic/microtemplates授权协议
未知
microtemplates.py是一个做着玩的Pytho模板引擎。
示例模板:
{%eachitems%}<div>{{it}}</div>{%ed%}{%each[1,2,3]%}<div>{{it}}</div>{%ed%}性能测试:
microtemplates=>ru1000times,took0.58msdjago=>ru1000times,took1.39msjija2=>ru1000times,took7.68ms
microtemplates.py 是一个做着玩的 Python 模板引擎。 示例模板:
{% each items %}
<div>{{it}}</div>
{% end %}...

评论