Admin layout example
Default
How it looks (preview)
<!DOCTYPE html>
<html lang="en" class="govuk-template govuk-template--rebranded">
<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="waJXYMGbnJJuUdEs5rSDTrQnCSjUj3L2KDr2O4B0ETcDViB3d6CE04hskWlugEGK56Icl365Zhi3fdHzbeJNag" />
<link rel="icon" type="image/x-icon" href="/assets/govuk_publishing_components/favicon-production-0a27a2c911a5ea18c85567dd42b35bb014640500dbf9465d66096518ec827a9e.png" />
<link rel="stylesheet" href="/assets/application-c2719025da20aa803a7b263b04bdd837def18512a61d3b6f92f7913795a966a0.css" media="all" />
</head>
<body class="gem-c-layout-for-admin govuk-template__body">
<script nonce="oXPdMCcPdaQv0HLLYdUs6A==">
//<![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-16742f87f64695f6d188fcb3d356d482d641bac37afac03cebfa64d700b4579f.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 %>