I came across the following code in a module, this shows a view in a web part (sandbox solution):
<File Path="HomePage\default.aspx" Url="default.aspx">
<View List="$Resources:core,lists_Folder;/$Resources:core,announce_Folder;" BaseViewID="1" WebPartZoneID="Left" WebPartOrder="0" />
</File>
Instead of putting the second line in the module, how do i put it into the actual page? My page has a webpartzone inside it.