<% if defined?(title) %> <% description_text ||= false description_govspeak ||= yield || false margin_bottom_class = " gem-c-notice--bottom-margin" unless local_assigns[:margin_bottom] %>
<% if description_text.present? || description_govspeak.present? %>

<%= title %>

<% else %> <%= title %> <% end %> <% if description_text %>

<%= description_text %>

<% end %> <% if description_govspeak %> <%= render 'govuk_publishing_components/components/govspeak', content: description_govspeak %> <% end %>
<% end %>