Inverse header example

With subtext

How it looks (preview)

Education, Training and Skills

This is some text

How to call this example

<%= render "govuk_publishing_components/components/inverse_header", {
  subtext: "This is some text"
} do %>
  <!-- example content -->
  <%= render "govuk_publishing_components/components/heading", {
    text: "Education, Training and Skills",
    inverse: true,
    margin_bottom: 0
  } %>
  <!-- end of example content -->
<% end %>