<% 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 %>
<% attributes[:content_size] = "12" unless attributes[:content_size]
aside_span = "span" + (12 - attributes[:content_size].to_i).to_s
%>