Tests that we can iterate keys of a map and get change notifications. With a normal template:
{
{{k}}: {{map[k]}},
}
With a template attribute:
{
{{k}}: {{map[k]}},
}