1. No modificators morph
Modify me {{ .Count }}
And modify my child
{{ .Count }}
2. Ignore only node (not childs) and ignore child of child
Ignore me {{ .Count }}
But modify my child
{{ .Count }}
3. Ignore node and childs
Ignore me {{ .Count }}
And ignore my child
{{ .Count }}
4. Ignore only exact attribute
Modify me {{ .Count }}
But ignore innerHTML of my child
{{ .Count }}