{% set BundleName =  '/'~document.module~'/' %} 
<link rel="shortcut icon" type="image/x-icon" href="/static{{ BundleName }}meta/touch-icons/favicon.ico"> 
<link rel="apple-touch-icon" sizes="180x180" href="/static{{ BundleName }}meta/touch-icons/apple-touch-icon.png"> 
<link rel="icon" type="image/png" sizes="32x32" href="/static{{ BundleName }}meta/touch-icons/favicon-32x32.png"> 
<link rel="icon" type="image/png" sizes="16x16" href="/static{{ BundleName }}meta/touch-icons/favicon-16x16.png"> 
<meta name="theme-color" content="#ffffff">