% includeFile ('head.html') %>
<%
--[[ Define some variables to make locating other resources easier
firstPage was defined in our manifest.]]
local imageNumber=math.floor(model.nonCSS.aboutImage)
local others = "content"
local theRoot = "."
%>
<% if model.nonCSS.logoBottom==0 then %><% includeFile ('idplate.html') %><% end %>
<% if model.nonCSS.menuBottom==0 then %><% includeFile ('menu.html') %><% end %>
<% if model.nonCSS.menuBottom==2 then %><% includeFile ('menu.html') %><% end %>
<% if model.nonCSS.useAva then %>

<% else %><% end %>
$model.nonCSS.aboutTitle
$model.nonCSS.aboutDescription
<% if imageNumber>numImages then %>
LRB Portfolio ErrorPlease either select one image in the Film Strip if 'Use Selected Photos' is chosen, or Change to 'Use All Filmstrip Photos'. <% else %>
.exportFilename %>.jpg)
<% end %>
<% if model.nonCSS.logoBottom==1 then %><% includeFile ('idplate.html') %><% end %>
<% if model.nonCSS.menuBottom==1 then %><% includeFile ('menu.html') %><% end %>
<% includeFile ('foot.html') %>