module ContentBlockTools::Presenters::BlockPresenters::Contact::BlockLevelContactItem

def title

def title
  content_tag(:p,
              @content_block.title,
              class: "govuk-!-margin-bottom-3")
end