nickel-org / rust-mustache

mustache template library for rust
Other
204 stars 62 forks source link

Printing current object {{.}} not working #84

Open devhl-labs opened 4 months ago

devhl-labs commented 4 months ago

Getting a panic when I try to print the entire object. The object is a map of with value foo: bar

{{#cloud2}} {{.}} {{/cloud2}}

thread 'main' panicked at 'bug: render_utag: unexpected value Map({"foo": StrVal(bar)}). Please report this issue on GitHub if you find an input that triggers this case.', /usr/local/rust/registry/src/github.com-1ecc6299db9ec823/mustache-0.9.0/src/template.rs:224:25