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

Blockquote

How it looks (preview)

My quote

about things

How to call this example

<%= render "govuk_publishing_components/components/govspeak", {
} do %>
  <blockquote>
  <p>My quote</p>
  <p class="last-child">about things</p>
</blockquote>
<% end %>