DotLiquid is a templating system ported to the .net framework from Ruby’s Liquid Markup.
DotLiquid is a templating system ported to the .net framework from Ruby’s Liquid Markup. It looks like this
<p>{{ user.name }} has to do:</p>
<ul>
{% for item in user.tasks -%}
<li>{{ item.name }}</li>
{% endfor -%}
</ul>
DotLiquid is dual-licensed
- Apache License, Version 2.0 or
- the Microsoft Public License (Ms-PL)
There is also fluid for .Net that tries to be as close as possible to liquid.