| Projects on Google Code | Results 1 - 2 of 2 |
NHaml (pronounced enamel) is a pure .NET implementation of the popular Rails Haml view engine. From the Haml website:
_"Haml is a markup language that‘s used to cleanly and simply describe the XHTML of any web document, without the use of inline code. Haml functions as a replacement for inline pa...
==better_partials by railsjedi.com==
Provides syntactic sugar for render :partial
{{{
script/plugin install http://betterpartials.googlecode.com/svn/trunk/better_partials
}}}
*Blog Post:* http://www.railsjedi.com/posts/22
==Examples==
Render a partial
{{{
<%= partial "people/searc...