<% if @landing_page&.feature_image.present? %> <% end %>
<% badge_colors = ['primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark'] %> <% color = badge_colors[@landing_page&.id.to_i % badge_colors.size] %> <%= @landing_page&.content&.html_safe %>
<% if @similar_records.present? %>

Related Products

<% @similar_records.each do |item| %>
<%= item.title %>
<%= item.title %>

<%= truncate(item.intro, length: 120) %>

<% end %>
<% end %>
<% if @previous_record || @next_record %>
<% if @previous_record %> Previous <% else %>
<% end %> <% if @next_record %> Next <% end %>
<% end %>