Nustache icon indicating copy to clipboard operation
Nustache copied to clipboard

Logic-less templates for .NET

Results 22 Nustache issues
Sort by recently updated
recently updated
newest added

This is a question, not an issue: In Nustache you can use an XML document as the data for rendering, and then you can use XPath expressions that return nodes...

question

In Nustach: ```fsharp open Nustache.Core let x = Map.ofList ["name", "你好"] Render.StringToString("{{name}}", x) ``` this code gives `"你好"` Note that `你好` is escaped incorrectly. On contrary, in Mustache demo, it...

It is possible to use it on Windows 10 WUP project?

question

``` PM> install-Package Nustache Attempting to gather dependency information for package 'Nustache.1.16.0.1' with respect to project 'Admin\webfront', targeting '.NETFramework,Version=v4.5' Attempting to resolve dependencies for package 'Nustache.1.16.0.1' with DependencyBehavior 'Lowest' install-Package...

hi, one question like this: how can i use it in my mvc4 project, and how to use it as a html template engine just like razor? thx

For some reason, I can't get this test to pass. ``` [Test] public void Sean_RenderXMLContent() { string XMLContent = @"123124"; string template2 = @"{{#group}}{{couponid}}{{/group}}"; string expectedHTML = @"123124"; XmlDocument doc...

Hello, I was struggling while trying to use a partial more than once within the same compiled template. The compiler raises the exception "Unsupported: Compiled recursive templates will be supported...

In Package console, I see next: Adding Nustache... Adding 'Nustache 1.15.3.7' to testFrameworcTarget. Could not install package 'Nustache 1.15.3.7'. You are trying to install this package into a project that...

I need to couple a templated web control with a DataPager but page complains my controls does not implement IPageableItemContainer...