# frozen_string_literal: true

module ChampPresentations
  class BasePresentation
    def block_level?
      true
    end
  end
end