You can now add more custom code to pages
Last month we [added support for setting custom code](https://updates.branchcms.com/changelog/3343/) that can show on all pages.
You can now do the same thing for individual pages. When you're editing the page go to the "Custom Code" tab. *(It used to be called the more verbose "CSS / Javascript & Head Code" tab.)*
You could already set custom Head code, CSS, or Javascript on pages. But now, you can also set custom Body code and Footer code.
The Body code is for any code that should be output right after the opening tag on the page.
The Footer code is for any code that should be output right before the closing tag on the page. If you have any custom Javascript this is probably the best spot to put it for performance reasons.