UNPKG

govuk_template_mustache

Version:

{{ mustache }} packaged version of the GOV.UK template

110 lines (75 loc) 4.4 kB
{{{ topOfPage }}} <!DOCTYPE html> <!--[if lt IE 9]><html class="lte-ie8" lang="{{ htmlLang }}"><![endif]--> <!--[if gt IE 8]><!--><html lang="{{ htmlLang }}"><!--<![endif]--> <head> <meta charset="utf-8" /> <title>{{ pageTitle }}</title> <!--[if gt IE 8]><!--><link rel="stylesheet" media="screen" href="{{{ assetPath }}}stylesheets/govuk-template.css?0.26.0"/><!--<![endif]--> <!--[if IE 6]><link rel="stylesheet" media="screen" href="{{{ assetPath }}}stylesheets/govuk-template-ie6.css?0.26.0"/><![endif]--> <!--[if IE 7]><link rel="stylesheet" media="screen" href="{{{ assetPath }}}stylesheets/govuk-template-ie7.css?0.26.0"/><![endif]--> <!--[if IE 8]><link rel="stylesheet" media="screen" href="{{{ assetPath }}}stylesheets/govuk-template-ie8.css?0.26.0"/><![endif]--> <link rel="stylesheet" media="print" href="{{{ assetPath }}}stylesheets/govuk-template-print.css?0.26.0"/> <link rel="stylesheet" media="all" href="{{{ assetPath }}}stylesheets/fonts.css?0.26.0"/> <!--[if lt IE 9]><script src="{{{ assetPath }}}javascripts/ie.js?0.26.0"></script><![endif]--> <link rel="shortcut icon" href="{{{ assetPath }}}images/favicon.ico?0.26.0" type="image/x-icon" /> <link rel="mask-icon" href="{{{ assetPath }}}images/gov.uk_logotype_crown.svg?0.26.0" color="#0b0c0c"> <link rel="apple-touch-icon" sizes="180x180" href="{{{ assetPath }}}images/apple-touch-icon-180x180.png?0.26.0"> <link rel="apple-touch-icon" sizes="167x167" href="{{{ assetPath }}}images/apple-touch-icon-167x167.png?0.26.0"> <link rel="apple-touch-icon" sizes="152x152" href="{{{ assetPath }}}images/apple-touch-icon-152x152.png?0.26.0"> <link rel="apple-touch-icon" href="{{{ assetPath }}}images/apple-touch-icon.png?0.26.0"> <meta name="theme-color" content="#0b0c0c" /> <meta name="viewport" content="width=device-width, initial-scale=1"> {{{ head }}} <meta property="og:image" content="{{{ assetPath }}}images/opengraph-image.png?0.26.0"> </head> <body class="{{ bodyClasses }}"> <script>document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');</script> {{{ bodyStart }}} <div id="skiplink-container"> <div> <a href="#content" class="skiplink">{{ skipLinkMessage }}</a> </div> </div> <div id="global-cookie-message"> {{{ cookieMessage }}} </div> <header role="banner" id="global-header" class="{{{ headerClass }}}"> <div class="header-wrapper"> <div class="header-global"> <div class="header-logo"> <a href="{{{ homepageUrl }}}" title="{{ logoLinkTitle }}" id="logo" class="content" data-module="track-click" data-track-category="homeLinkClicked" data-track-action="homeHeader"> <img src="{{{ assetPath }}}images/gov.uk_logotype_crown_invert_trans.png?0.26.0" width="36" height="32" alt=""> {{{ globalHeaderText }}} </a> </div> {{{ insideHeader }}} </div> {{{ propositionHeader }}} </div> </header> {{{ afterHeader }}} <div id="global-header-bar"></div> {{{ content }}} <footer class="group js-footer" id="footer" role="contentinfo"> <div class="footer-wrapper"> {{{ footerTop }}} <div class="footer-meta"> <div class="footer-meta-inner"> {{{ footerSupportLinks }}} <div class="open-government-licence"> <p class="logo"><a href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence</a></p> {{{ licenceMessage }}} </div> </div> <div class="copyright"> <a href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/">{{ crownCopyrightMessage }}</a> </div> </div> </div> </footer> <div id="global-app-error" class="app-error hidden"></div> <script src="{{{ assetPath }}}javascripts/govuk-template.js?0.26.0"></script> {{{ bodyEnd }}} <script>if (typeof window.GOVUK === 'undefined') document.body.className = document.body.className.replace('js-enabled', '');</script> </body> </html>