DotLiquid是一个简单、快速和安全的模板引擎,移植自Ruby的Liquid标签。
示例模板:
<p>{{user.name}}hastodo:</p>
<ul>
{%foriteminuser.tasks%}
<li>{{item.name}}</li>
{%endfor%}
</ul>
DotLiquid是一个简单、快速和安全的模板引擎,移植自Ruby的Liquid标签。
示例模板:
<p>{{user.name}}hastodo:</p>
<ul>
{%foriteminuser.tasks%}
<li>{{item.name}}</li>
{%endfor%}
</ul>
评论