{% for key, val in data.widget %}
  • {{ data.widget._id }} - {{ key }}: {{ val }}
  • {% endfor %}