DotLiquid - C#模板引擎


Apache
跨平台
C#

软件简介

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

示例模板:

{{ user.name }} has to do:

    {% for item in user.tasks %}
  • {{ item.name }}
  • {% endfor %}