Admin layout example
Default
How it looks
(preview)
<!DOCTYPE html>
<html lang="en" class="govuk-template">
<head>
<meta charset="utf-8" />
<title>A page title - GOV.UK Publishing</title>
<meta name="robots" content="noindex,nofollow,noimageindex">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="6WDUXTslUbv2UgYUqQ_10GZh5ZBpPYCIFSOdwxSsfxaP9_EZ8EnfAfi0vTnv75pkpeuCWwM5LHG183BTc7Mykg" />
<link rel="icon" type="image/x-icon" href="/assets/content-publisher/govuk_publishing_components/favicon-production-e0de5a19794718059fac0d33d2a76a9224571294ae1105f8346aa484bb119926.png" />
<link rel="stylesheet" href="/assets/content-publisher/application-c4d0c30c2b0e4b53d931ca27b3292eff652ec487fafdc67d41a04530dd3a7b92.css" media="all" />
<script src="/assets/content-publisher/govuk_publishing_components/vendor/modernizr-249c9d6e99b31161d8e6ffe2279f04d061ee22afa2eef5e8976d1677303cb370.js"></script>
</head>
<body class="gem-c-layout-for-admin govuk-template__body">
<script>
//<![CDATA[
document.body.className += ' js-enabled' + ('noModule' in HTMLScriptElement.prototype ? ' govuk-frontend-supported' : '');
//]]>
</script>
<!-- You probably want to use the header, main & footer components here -->
<script src="/assets/content-publisher/application-7da97c51c64a13c6c8cc6f82925d86b4370951be515282c12a20b596db1fd49e.js"></script>
</body>
</html>
How to call this example
<%= render "govuk_publishing_components/components/layout_for_admin", {
environment: "production",
product_name: "Publishing",
browser_title: "A page title"
} do %>
<!-- You probably want to use the header, main & footer components here -->
<% end %>