Hi Luke,
The Community Events pages are currently always going to use your theme’s page.php template. If you need to do something specific within the template, I would suggest using one of two conditional tags to specifically target the two Community Event pages (add and manage events): tribe_is_community_my_events_page() or tribe_is_community_edit_event_page() (for add and edit event pages)
Otherwise, you can also modify any of the view files in /wp-content/plugins/events-community/views by making copies and placing them in an ‘events’ folder in your theme.
Does that help?
– Jonah