When opeing the 2D Animation template, there was a UI error: `AttributeError: 'Context' object has not attribute 'grease_pencil'` This was because the context function `grease_pencil` was missing. The fix adds this function. Pull Request: https://projects.blender.org/blender/blender/pulls/128580