% if(typeof robots !== 'undefined' && robots) { %>
<% } %>
<% if(typeof description !== 'undefined' && description) { %>
<% } %>
<%= title %>
<%- include('includes/favicon.ejs') %>
<% if(useCDN) { %>
<%- include('build/slide-header') %>
<%- include('shared/polyfill') %>
<% } else { %>
<%- include('build/slide-pack-header') %>
<% } %>
<% if(typeof theme !== 'undefined' && theme) { %>
<% } else { %>
<% } %>
<% if(useCDN) { %>
<%- include('build/slide-scripts') %>
<% } else { %>
<%- include('build/slide-pack-scripts') %>
<% } %>