%article#stream-post %h2#stream-title= stream.title - unless stream.body.blank? %header#stream-intro.entry-content= markdown(stream.body) - if stream.updates.size > 10 = will_paginate @updates - unless @updates.empty? = render @updates - if stream.updates.size > 10 = will_paginate @updates