%%= csrf_meta_tags %> <%%= stylesheet "application", :media => "all" %> <%%= yield(:stylesheet) %>
<%- if layout_type == "fluid" -%>
<%- else -%>
<%- end -%>
<%%= link_to(app_name, root_path, :class => "brand") %> <%%= render 'layouts/user_dropdown' %> <%%= render 'layouts/navbar' %>
<%- if layout_type == "fluid" -%>
<%- else -%>
<%- end -%> <%- if layout_type == "fluid" -%>
<%- else -%>
<%- end -%>
<%%= render 'layouts/sidebar' %>
<%%= content_tag :h3, yield(:title) if show_title %>
<%%= display_flash_message %> <%%= yield %>
<%%= javascript_include_tag "application" %> <%%= yield(:javascript) %>