<% if post.has_thumb? %>
<%= raw post.the_link_thumb({}, {class: "img-responsive img-rounded col-md-12 col-lg-12"}) %>
<% end %> <% categories = post.the_categories.decorate %> <% if categories.present? %>
Categories
<% end %>
Latest Posts
<% tags = post.the_tags.decorate %> <% if tags.present? %>
TAGS
<% tags.each do |post_tag| %> <%= post_tag.the_title %> <% end %>
<% end %>