= content_for :brand do = link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand' - unless @conference.description.blank? %p= @conference.description %section{ id: 'program' } .pad = render 'program' %section{ id: 'registration' } .pad = render 'registration' -unless @conference.call_for_papers.blank? %section{ id:'callforpapers' } .pad = render 'call_for_papers' -unless @conference.venue.blank? %section{ id: 'location' } .pad = render 'location' - if @conference.venue - unless @conference.venue.lodgings.empty? = render 'lodging' %section{ id: 'sponsors' } .pad = render 'sponsor' %section{ id: 'social-media' } .pad = render 'social_media'