I am starting to learn wpf/xaml. I will try to rewrite a database-centric application (originally in Access-VBA)

Many forms (windows or pages, in wpf) will have the same layout (header, footer, side panel and main-content). header and footer will be exactly (or roughly) the same, so I would like to write it once and apply it to every window that uses it

I have seem Controls templates in wpf documentation, but not Window Templates.

I am almost certain that there should be a way to achieve that.

thanks