No Template override for the provided HostFrame model found.
You need to override the data template of your host frame like so:
<DataTemplate DataType="{x:Type YourFrameModel}">
<TextBlock Text="This is my model view! :)" />
</DataTemplate>
Drag or Drop something here :)