<% --[[ Define some variables to make locating other resources easier firstPage was defined in our manifest.]] local imageNumber=math.max(model.nonCSS.contactImage) local others = "content" local theRoot = "." local mySize = "large" local Facebook=string.format ('%s', model.nonCSS.FaceBook) %> $model.nonCSS.pageTitle <% local function fixUrlIfRelative( url ) url = tostring( url ) or "" if string.find( url, "[a-z]+:" ) then else -- this url is probably relative, so we need to tack on theRoot to the beginning -- of it, so no matter where the page were currently viewing is placed in the -- output hierarchy, this link will still point to the same page url = theRoot .. "/" .. url; end return url end --[[ Include the identity plate during preview to enable quick live update ]] local includeIdentityPlate = mode == 'preview' or model.appearance.logo.display if includeIdentityPlate then local url = fixUrlIfRelative( model.metadata.homePage.value ) %>
<% end --[[ End conditionalize identity plate ]] %> <% if not model.nonCSS.menuBottom then %><% includeFile ('menu.html') %><% end %>

<$BlogTitle$>

<$BlogDescription$>

<$BlogDateHeaderDate$>

 

<$BlogItemTitle$>

<$BlogItemBody$>
<$I18NComments$>: <$CommentPager$>
<$BlogCommentBody$>
<$BlogCommentDeleteIcon$>
<$CommentPager$> <$BlogItemCreate$>

<$BlogItemFeedLinks$>



<$I18NLinksToThisPost$>:
<$BlogBacklinkTitle$> <$BlogBacklinkDeleteIcon$>
<$BlogBacklinkSnippet$>

<$BlogItemBacklinkCreate$>



<< <$I18NHome$>

<$I18NArchives$>

<$BlogArchiveName$>  

This page is powered by Blogger. Isn't yours?

<$BlogFeedsHorizontal$>

<% if model.nonCSS.menuBottom then %><% includeFile ('menu.html') %><% end %> <% includeFile ('foot.html') %>