-
Hello,
We're using Scriban as our templating engine to create various documenten, which we convert to PDF using puppeteer.
I was wondering, what would be the best approach to go for localization i…
-
I'd like to build a caching mechanism to cache some results from custom functions i'm using.
But i'm allays getting an error that the original result can not be converted into Func
Do you have any…
-
I have a problem with inconsistent file generation for windows/linux. I want to get LF line endings on both Linux and Windows in my generated files.
Is there some flag in scriban to control this, o…
-
The primary objective is allow to run the vc-theme-default with the new storefront that powered by new Scriban, end-user liquid template engine
**Technical details:**
- The new storefront version…
-
### The working branches
https://github.com/VirtoCommerce/vc-storefront-core/tree/features/scriban-migration
https://github.com/VirtoCommerce/vc-theme-default/tree/features/scriban-migration
### …
-
This template:
```
{{ blob.kkk }}
{{ blob.KKK }}
{{ tableName }}
{{ tablename }}
```
With this code:
```
var template = Template.Parse(input);
var rendered = template.Render(new
{
bl…
-
The primary objective is allow to run the vc-theme-material with the new storefront that powered by new Scriban, end-user liquid template engine
Technical details:
- The new storefront version w…
-
The primary objective is allow to run the vc-theme-b2b with the new storefront that powered by new Scriban, end-user liquid template engine
Technical details:
- The new storefront version with S…
-
I tried to migrate from Scriban 1.2.9 to 2.1.0, but i've noticed that some of my templates are getting not rendered anymore. The issue i have found here is, that it is no longer possible to loop over …
-
Current DotLiquid issues:
* Performance issue (regexp based tokenization significant reduce rendering time and leads to serious CPU load)
* Unable to define aliases for types and properties it leads…