!!!5 %html %head %title Apollo = javascript_include_tag "application" = stylesheet_link_tag "application" = csrf_meta_tag %body = link_to(image_tag("TAL_logo_blue-h100.png", :size => "275x100", :alt => "Talk About Local logo"), :root, :class => "logo") #userbar - if current_user Logged in as = current_user.email = link_to "Log out", logout_path - else = link_to "Log in", login_path %p#notice= notice = yield