<% include!("./partials/header.stpl"); %>
<% include!("./partials/screenshots_breadcrumbs.stpl"); %>
<%
if let Some(screenshots) = self.screenshots.get(&self.title) {
for screenshot in screenshots {
%>
<%= screenshot.title %>
.
<%
}
}
%>
<% include!("./partials/footer.stpl"); %>
<% include!("./partials/script_core.stpl"); %>