<%= Model.ProjectTitle %>
<% if(Model.Thumbnail != null) { %>

<% } %>
File Info |
<% foreach (Project.FileInfoPair info in Model.FileInfo) {%>
<%= info.Name %> | <%= info.Value %> |
<% } %>
<% foreach (XmlNode section in Model.TextSections) { %>
<%= section.Attributes["title"].InnerText %>
<%= section.InnerXml %>
<% } %>