I did a little bard component using a blade file I was able to access the bard fields e.g.
{{ $myField }}
instead of doing the antler way of
{{ block:myField }}
what functionality will be missing if I generally decide to use blade? what other "bad surprises" will there be?