码迷,mamicode.com
首页 > Windows程序 > 详细

C#模板引擎 DotLiquid

时间:2014-12-24 09:51:30      阅读:322      评论:0      收藏:0      [点我收藏+]

标签:

DotLiquid 是一个简单、快速和安全的模板引擎,移植自 Ruby 的 Liquid 标签。

示例模板:

<p>{{ user.name }} has to do:</p>

<ul>

    {% for item in user.tasks %}

    <li>{{ item.name }}</li>

    {% endfor %}

</ul>

C#模板引擎 DotLiquid

标签:

原文地址:http://www.cnblogs.com/rongfengliang/p/4181625.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!