meta(charset='utf-8')
title #{sitetitle}
meta(name='viewport', content='width=device-width,initial-scale=1')<% if (styleVariant == 'split') { %>
link(rel='stylesheet', href='#{compcss}#{fileprefix}base.css') 
link(rel='stylesheet', href='#{compcss}#{fileprefix}theme.css')<% } if (styleVariant == 'single') { %>
link(rel='stylesheet', href='#{compcss}#{fileprefix}style.css')<% } if (styleVariant == 'child') { %>
link(rel='stylesheet', href='#{masterURL}#{masterStylePath}#{masterStyleFile}') 
link(rel='stylesheet', href='#{compcss}#{masterName}-child-#{fileprefix}child.css')<% } %>
link(rel='shortcut icon', href='#{compimg}system/favicon.png')
link(rel='icon', href='#{compimg}system/favicon.png')
if (svgicon == 'true')
  script.
    window.grunticon=function(e){if(e&&3===e.length){var t=window,n=!!t.document.createElementNS&&!!t.document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect&&!!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image","1.1"),A=function(A){var o=t.document.createElement("link"),r=t.document.getElementsByTagName("script")[0];o.rel="stylesheet",o.href=e[A&&n?0:A?1:2],r.parentNode.insertBefore(o,r)},o=new t.Image;o.onerror=function(){A(!1)},o.onload=function(){A(1===o.width&&1===o.height)},o.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw=="}};
      grunticon( [ "#{compsvg}icons.data.svg.css", "#{compsvg}icons.data.png.css", "#{compsvg}icons.fallback.css" ] );
  noscript
    link(href="#{compsvg}icons.fallback.css",rel="stylesheet")<% if (styleVariant != 'child') { %>
// build:js <%= jsfolder %>modernizr.js
script(src='#{bower}modernizr/modernizr.run.js')
// endbuild<% } else { %>
script(src='#{masterURL}#{masterJSPath}modernizr.js')<% } %>