-
Hi,
First of all, super cool project! We have a current project that uses DotLiquid. While nice, the fact that they don't have a proper parser is holding them back. I'm looking into switching to Sc…
-
Similar to #11, that the data is from deserialized source, but unlike #11, this time, the Json deserialization is not to a unstructured `var parsed`, but to a structured one. Yet, scriban seems unable…
-
Following up on the closed issue #9 -- the solution provided there shows how to define a customized functions then use it.
However, the normal case is that the template engine developers (those wh…
-
Hi,
I'm having a strange problem using data from deserialized DataTable:
```
System.Data.DataTable dataTable = new System.Data.DataTable();
dataTable.Columns.Add("Co…
-
Given this code
```
var customer = new
{
Name = "My Name"
};
var data = new ScriptObject();
data.Add("customer", customer);
var context = new TemplateContext(); …
-
Hi Alex,
From #14,
> - the default renamer setup is `StandardMemberRenamer` which is basically transforming a camel/pascal case identifier to a lowercase+underscore identifier
> - you could a…
-
Hi,
Apart from the built-in functions, can we define functions in C# and use them in the template, just like what dotliquid can do?
Thx.
Excellent project, BTW, and excellent doc & tests t…
-
Clickul pe un cuvânt dintr-o definiție duce uneori la căutări incorecte. Aceasta se întâmplă deoarece alfabetul de litere admise este prea restrictiv. De exemplu, click pe cĭucălău în definiția pentru…