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="39YK058_e-iHC15ll5_cTWnPAd8_Idc0s2tzmEuoGpBWcRD2GiGLvttDnrHpBO1e7D-euhXW_NAOfhx2iRaJCw" />
<link rel="icon" type="image/x-icon" href="/assets/govuk_publishing_components/favicon-production-4a099aebc01225747f057d807a1d2a3c9bda85d3a5f7d8239902de140da9f451.png" />
<link rel="stylesheet" href="/assets/application-37ee6ee9a346822ffd1a7aab4f56a02be84adba16e8630368441e46164e23218.css" media="all" />
</head>
<body class="gem-c-layout-for-admin govuk-template__body">
<script nonce="Xdr0KgsebZSHVWQtqzDLcw==">
//<![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/application-d8e474950d750e102c42c2c8857d57eaeb28c084649ce03daf103c7559d660f4.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 %>