<%= 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') %>