I want to create a page header and footer for every content page I use. I created a BaseContentPage and added the necessary XAML, but when I derive from this page, the new one seems to override the existing XAML. I'm not sure how XAML inheritance works.
Is there an easy way to do this?