1. Component Guide
  2. Govspeak content
  3. Basic content
Govspeak content example

Basic content

How it looks (preview)

This is a title

This is some body text with a link.

How to call this example

<%= render "govuk_publishing_components/components/govspeak", {
} do %>
  <h2>This is a title</h2>
  <p>This is some body text with <a href="https://example.com">a link</a>.</p>
<% end %>