SalesForce1 iOS Skuid Page Blank

Yup, I’ll post three pages since there’s a master page, and another page that mostly just has a page include. Here’s the master page:

<skuidpage unsavedchangeswarning="" personalizationmode="server" showsidebar="false" showheader="false" theme="Classic"> <models> <model id="Opportunity" limit="1" query="true" createrowifnonefound="false" adapter="salesforce" type="" sobject="Opportunity"> <fields> <field id="Account.photo__r.skuid__Url__c"/> <field id="AccountId"/> <field id="Account.Name"/> <field id="Account.photo__c"/> <field id="Account.photo__r.Name"/> <field id="Account.photo__r.skuid__AttachmentId__c"/> </fields> <conditions> <condition type="param" value="oppId" field="Id" operator="=" enclosevalueinquotes="true" novaluebehavior=""/> </conditions> <actions/> </model> <model id="User" limit="1" query="true" createrowifnonefound="false" adapter="" type="" sobject="User"> <fields> <field id="Account.photo__r.skuid__Url__c"/> </fields> <conditions> <condition type="userinfo" value="" field="Id" operator="=" enclosevalueinquotes="true" userinfotype="userid"/> </conditions> <actions/> </model> <model id="Account" limit="1" query="true" createrowifnonefound="false" adapter="salesforce" type="" sobject="Account"> <fields> <field id="photo__c"/> <field id="photo__r.Name"/> <field id="photo__r.skuid__AttachmentId__c"/> <field id="Id"/> </fields> <conditions> <condition type="modelmerge" value="" field="Id" operator="=" model="Opportunity" enclosevalueinquotes="true" mergefield="AccountId" novaluebehavior="noquery"/> </conditions> <actions> <action> <actions> <action type="requeryModel" model="Opportunity" behavior="standard"/> </actions> <events> <event>row.updated</event> </events> <fields> <field>photo__c</field> </fields> </action> </actions> </model> </models> <components> <wrapper uniqueid="sk-1UgWVs-113"> <components> <pageregion uniqueid="sk-ME-Cz-161"> <styles> <styleitem type="background" bgtype="none"/> </styles> <renderconditions logictype="and"/> </pageregion> </components> <styles> <styleitem type="background"/> <styleitem type="border" padding="right,left,bottom,"> <styles> <styleitem property="padding-left" value="5px"/> <styleitem property="padding-right" value="5px"/> <styleitem property="padding-bottom" value="30px"/> <styleitem property="box-sizing" value="border-box"/> </styles> </styleitem> <styleitem type="size"/> </styles> </wrapper> </components> <resources> <labels/> <javascript/> <css> <cssitem location="inline" name="newcss" cachelocation="false">.leftheader .nx-header-right {float:left} .hiddentable .nx-list-footer {color:transparent;} </cssitem> </css> </resources> <styles> <styleitem type="background" bgtype="none"/> </styles> <pageregioncontents> <pageregioncontent uniqueid="__header"> <components> <skuidheader sticky="true"> <components> <grid uniqueid="sk-MEZ56-75" columngutter="50px"> <divisions> <division behavior="fit" verticalalign="top"> <components> <image source="url" uniqueid="sk-MEhyi-106" model="Opportunity" field="Account.photo__r.skuid__Url__c" url="{{$Site.Prefix}}{{#$Model.Opportunity.data.0.Account.photo__r.skuid__Url__c}}{{$Model.Opportunity.data.0.Account.photo__r.skuid__Url__c}}{{/$Model.Opportunity.data.0.Account.photo__r.skuid__Url__c}}{{^$Model.Opportunity.data.0.Account.photo__r.skuid__Url__c}}/servlet/servlet.FileDownload?file=015E0000002Tjnn{{/$Model.Opportunity.data.0.Account.photo__r.skuid__Url__c}}"> <styles> <styleitem type="itemsize" width="custom"> <styles> <styleitem property="width" value="160px"/> </styles> </styleitem> <styleitem type="border"/> </styles> <renderconditions logictype="and"> <rendercondition type="fieldvalue" enclosevalueinquotes="true" fieldmodel="Opportunity" sourcetype="modelproperty" sourceproperty="hasRows"/> </renderconditions> </image> <image source="url" uniqueid="sk--JG31-108" url="{{$Site.Prefix}}{{#$Model.User.data.0.Account.photo__r.skuid__Url__c}}{{$Model.User.data.0.Account.photo__r.skuid__Url__c}}{{/$Model.User.data.0.Account.photo__r.skuid__Url__c}}{{^$Model.User.data.0.Account.photo__r.skuid__Url__c}}/servlet/servlet.FileDownload?file=015E0000002Tjnn{{/$Model.User.data.0.Account.photo__r.skuid__Url__c}}"> <styles> <styleitem type="itemsize" width="custom"> <styles> <styleitem property="width" value="160px"/> </styles> </styleitem> <styleitem type="border"/> </styles> <renderconditions logictype="and"> <rendercondition fieldmodel="Opportunity" sourcetype="modelproperty" nosourcerowbehavior="deactivate" sourceproperty="hasNoRows"/> </renderconditions> </image> </components> </division> <division behavior="flex" verticalalign="center" minwidth="100px" ratio="1"> <components> <navigation uniqueid="sk-MF1ua-166"> <navigationitems> <navigationitem label="Start New Loan Application"> <actions> <action type="redirect" window="self" url="{{$Site.Prefix}}/apex/ests_OppNewPartner"/> </actions> </navigationitem> <navigationitem label="View Documents for a Loan"> <actions> <action type="redirect" window="self" url="{{$Site.Prefix}}/apex/ests_BorrowerLoanDocs"/> </actions> </navigationitem> </navigationitems> <styles> <styleitem property="color" value="black"/> </styles> </navigation> </components> </division> </divisions> <styles> <styleitem type="background" bgtype="none"/> <styleitem property="margin" value="10px"/> </styles> <renderconditions logictype="and"/> </grid> <file storeas="field" displayas="filename" uniqueid="sk-1Osr0B-168" model="Account" idfield="photo__c" label="Upload company logo"> <renderconditions logictype="or"> <rendercondition type="fieldvalue" operator="=" enclosevalueinquotes="true"/> </renderconditions> </file> </components> <styles> <styleitem type="background" bgtype="color"> <styles> <styleitem property="background-color" value="#b7dde8"/> </styles> </styleitem> <styleitem type="border"/> </styles> </skuidheader> </components> </pageregioncontent> <pageregioncontent uniqueid="__footer"> <components> <skuidfooter sticky="true"> <components/> </skuidfooter> </components> </pageregioncontent> </pageregioncontents> </skuidpage>