nim-mustache
nim-mustache copied to clipboard
Mustache in Nim
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...