stache
stache copied to clipboard
Mustache templates for Haskell
`stache` version: `stache-2.3.3@sha256:277a4d71f3612a72f314275c7ff3c872637de2b0e2ac7c9eca5bd83ee7aeea2f,4487` from [this stackage nightly](https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2022/10/31.yaml) GHC version: `9.2.4` --- **Issue:** Rendering an indented partial containing a list section indents only the first iteration of the list section correctly....
Hi, thank you for stache. I am starting to use it for a project of mines. It is the first implementation of Mustache that I use, so please pardon me...
https://mustache.github.io/#demo if you set `"empty": 0` it is still treated as falsey. Afair, this was also the case for hastache. But stache does not. Note that the spec seems to...
Partial solution to the bug described by #72. Example output: ``` stache/example on fix-indent-inheritance-issue [!] via λ 9.6.7 ❯ cabal run example Subnets: - pen "Test string" - candle...