<%= include('head') %>
<% if (!obj.fullwidth) { %>
<%= include('side-nav') %>
<% } %>
<%= include('page-header') %>
<%= content %> <% if (obj.page.stats) { %>

Stats

<%= page.stats.rules.length %>

Rules

<%= page.stats.selectors.length %>

Selectors

<%= page.stats.declarations.all.length %>

Declarations

<%= page.stats.aggregates.properties.length %>

Properties
<% } %> <% if (obj.page.css) { %>

CSS

<%= fileSize(page.stats.size) %> (<%= fileSize(page.stats.gzipSize) %> Gzipped)
<%= highlightCss(obj.page.css) %>
<% } %> <%= include('pagination') %>
<%= include('footer') %>