Shane O’Neill walks us through an oopsie moment:
In modifying the template, I forgot to take out the original
Itblock and just put myItblock inside it.This lead to my block “pass by deafult” failed
(as it should cause of that typo) but the original, parent block it was in “does something useful” passed!
Click through for a demo and explanation.