@BIG LLC
I believe it's actually due to the macro on line 829. I accidentally used a hyphen which worked pre-2.2, we normally use _. The hyphen caused this error when I was updating the templates.
Replace all instances of (it's located in the template a few times)
"default-footer"
with
"default_footer"