<% full_title ||= "#{title} : #{app_name}" %>
<%= strip_tags full_title %>
<%# in Hobo <= 1.3, we had other stylesheets here. Now the asset pipeline is preferred. %>
<%# in Hobo <= 1.3, we had other javascripts here. Now the asset pipeline is preferred. %>
<%= csrf_meta_tag %>
<%
if all_parameters[:aside]
attributes[:content_size] ||= "9"
attributes[:aside_size] ||= (12 - attributes[:content_size].to_i).to_s
aside_span = "span" + attributes[:aside_size]
aside_location ||= 'right'
else
attributes[:content_size] = "12" unless attributes[:content_size]
end
%>