Admin layout example

With custom js filename for es6 components

An alternative JS filename can be used in place of the default es6-components.js if required (note that this cannot easily be demonstrated here).

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="_1in959UvgKTXgSWip3HJNasDLvroWR08lq4zZ9LtE7eoK3mzR1RhWKLRUaa9wEK7paxVHh0v6KhNd-S9g1U1w" />
    <link rel="icon" type="image/x-icon" href="/assets/govuk_publishing_components/favicon-production-4a099aebc01225747f057d807a1d2a3c9bda85d3a5f7d8239902de140da9f451.png" />
    <link rel="stylesheet" href="/assets/application-9b3ace74cb86c0c8b681a747d853fbeaa581a5ff6d6090028c0d0318f44d0f51.css" media="all" />
    
  </head>
  <body class="gem-c-layout-for-admin govuk-template__body">
    <script nonce="VepWi50n+JWkHSaX/gLfCQ==">
//<![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-72fa0b47f220b9ae9eda922a6c3ec742f93135f982156d445bd12e438c3d8876.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",
  js_module_filename: "es6-bundle"
} do %>
  <!-- You probably want to use the header, main & footer components here -->
<% end %>