1. Component Guide
  2. Admin layout
  3. Default
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="WSxkSvPMTZdR1bQRL8ZuGs6aPnpVv9uU9zhYPykuK6FV-GUNtrxtOQ6VlTiG1ArDl1Fi38tsymUw9t4GTgn31g" />
    <link rel="icon" type="image/x-icon" href="/assets/govuk_publishing_components/favicon-production-4a099aebc01225747f057d807a1d2a3c9bda85d3a5f7d8239902de140da9f451.png" />
    <link rel="stylesheet" href="/assets/application-6dd89b8558e09b9844527f15f4e5ebd0586947e7a1cf178a61a365bfea4ff401.css" media="all" />
    <script src="/assets/govuk_publishing_components/vendor/modernizr-4dee58c04bc810ea2d5488e1bbc3b6fc5492431199134a70f01d5a43dee8148a.js"></script>
    
  </head>
  <body class="gem-c-layout-for-admin govuk-template__body">
    <script nonce="sdhgI0klVMfKRrV4f72oFw==">
//<![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-9f8192bc42ce165c946ed6dd9b88babaaff30532d9e45a2b82c393d81f8b5c6c.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 %>