Layout footer example

Without licence details

In some limited circumstances (for example, in backend-facing admin systems) it doesn’t make sense to show the licence information. This can be hidden by setting hide_licence to true.

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/layout_footer", {
  hide_licence: true
} %>