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">
<link rel="icon" type="image/x-icon" href="/assets/collections/govuk_publishing_components/favicon-production-f24c2313e8823e049575a8960114d0c48d6638f023ce171650bc471aa7ab420c.png" />
<link rel="stylesheet" href="/assets/collections/application-7be7059385db2e4ee3759c6826189354fa35d932cbcd4441481577b1ba2a686e.css" media="all" />
</head>
<body class="gem-c-layout-for-admin govuk-template__body">
<script nonce="w10PP/TPbUvRjfo4h+D5yg==">
//<![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/collections/application-f15931192f4fcd83ae5e459f7d9891c5ab69117a498d3e4cb12b58f92cb9e1d8.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 %>