<% include!("./partials/header.stpl"); %>
<% include!("./partials/screenshot_breadcrumbs.stpl"); %>
<%= self.title %>
<%
for screenshot in &self.screenshots {
if self.title == screenshot.title {
continue; // skip currently viewed big:
}
%>
<%= screenshot.title %>
.
<% } %>
<% include!("./partials/footer.stpl"); %>
<% include!("./partials/script_core.stpl"); %>