nim-mustache icon indicating copy to clipboard operation
nim-mustache copied to clipboard

Mustache in Nim

Results 3 nim-mustache issues
Sort by recently updated
recently updated
newest added

I really like using nim-mustache with jester. In the docs the jester example shown works really well for dev. But now I want to not read the context for each...

Hi My internal state is kept as a JsonNode structure with the root as a JObject JsonNode. I'm trying to do the minimal amount of magic on the way to...

```nim Row = seq[string] ``` I have a `seq[Row]` variable that I want to send to the mustache template but I don't know how. Can you show me how to...