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
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