What I have so far, is:
@Dynamicweb.Frontend.PageView.GetPageviewByPageID(36).Output()
But there are potential issues with this. Eg. if the pageid doesn´t exist, it seems the system crashes totally. Also, if i set the content type of the included page (GetPageviewByPageID), it appears that applies fot the whole page being loaded. So if I eg. set the content type to plaintaxt on the included page (to get rid of DW comments etc.) - the whole page is outputted as plain text
So, is there any better way to include a page with its belonging template, in another template?
/Hans