-
https://github.com/scriban/scriban
-
**Is your feature request related to a problem? Please describe.**
I want do manipulate some environment variables before using them.
**Describe the solution you'd like**
I would like to see that…
coenm updated
1 month ago
-
Hi @mwillebrands first, I want to express my gratitude for your significant contributions to developing this module, which has been incredibly beneficial.
We're encountering a caching issue on CD …
-
I have declared .net function
```csharp
public static class ResourceService
{
public static string Resource(string language, string key)
{
if (_generalResources.Try…
-
I saw that moxy is based on scriban (https://github.com/scriban/scriban)
I tried to use the include function to be able to factorize stuff between my templates.
Unfortunately this isnt working:
`…
-
https://github.com/lunet-io/scriban
-
Hello,
I'm trying to migrate nunjuck templates in scriban templates and I am wondering if in scriban we can call function based on dynamic name.
For example in nunjuck we have this :
```
{% im…
-
When (due to issue #13) an item occurs twice with the same name in the scriban tree (e.g. item.scriban) the following error may occur:
Scriban import failed for Scriban files in the folder 'Renderi…
-
I have been using Prompty to write the prompts for our C# Unity game. A template that does work in VS does not work in c#. After some research, I noticed the problem is the Template engine used.
On V…
-
Hello!
I've put together a very simple asp.net core online demo of scriban. You can find it at https://scribanonline.azurewebsites.net/ and source at https://github.com/nicholas-brooks/scribanonli…