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="872c6Jc1J3Ga7NzLAxAXKbDZhuIGklpHDftLF961aJr7C4mho2jlLm1Yflt9t6L9Qca2qnJ6YVlHiFxjzMwbOg" />
<link rel="icon" type="image/x-icon" href="/assets/govuk_publishing_components/favicon-production-0a27a2c911a5ea18c85567dd42b35bb014640500dbf9465d66096518ec827a9e.png" />
<link rel="stylesheet" href="/assets/application-6f636ad82e00de1ecf44265198c7be9c3977e2488aa94ccb41d7878ff2ef977d.css" media="all" />
</head>
<body class="gem-c-layout-for-admin govuk-template__body">
<script nonce="GcBBE4ra3dn7btWvEmX8/Q==">
//<![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-46bd5d15692733a8c825dc19861acd2ab52b08684e3c206f471bafa9f765cd56.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 %>