Hello,
at first i would like to thank you very much for a great piece of code!
I have some minor problem: I have atoms with dots in them (e.g. 'atom.with.dots'). I don't know how to place them in the
templates. Do I have to replace the dots (atom_with_dots) or is there any way to use them like
{% for asset in assets %}
{{ asset['hw.type.manufacturer'] }}?
{% endfor %}
Thank you very much for any advice or best practice hint.
Scolopes