1 2 3 4 5 6 7
def title(text, &block) if block_given? content_for :title, &block else content_for :title, text end end