<%@ Model="Project" %>

<%= Model.ProjectTitle %>

<% if(Model.Thumbnail != null) { %> <% } %> <% foreach (Project.FileInfoPair info in Model.FileInfo) {%> <% } %>
File Info
<%= info.Name %><%= info.Value %>
<% foreach (XmlNode section in Model.TextSections) { %>

<%= section.Attributes["title"].InnerText %>

<%= section.InnerXml %>

<% } %>