I have a MasterLayout.cshtml (same as in example site).
As I understand it there can only be one area where page templates can insert content?
However - I would like the main content area to be editable - and a footer area, to be editable on every page - without having to duplicate the structure of the end of the main area and the start of the footer on every page template.
Is this somehow possible?