% content_for :head do %>
<% if item[:image] %>
<% end %>
<% end %>
<% if item[:banner] %>
<% elsif item[:color] %>
<% gradient = if item[:gradient].nil? || item[:gradient]
'linear-gradient(to top right,rgba(255,255,255,0),rgba(0,0,0,.60))'
else
'none'
end %>
<% else %>
<% end %>