<% if !@article.content.nil? && @article.content != "" %>
<%=raw @article.content.force_encoding(Encoding::UTF_8) %>
<% end %>
Originally published , updated <%= @article.updated_at.strftime("%B %d %Y ") %>
Topic:
<%= link_to "/blog/#{@article.anchor_tag.url}", :class => "topic hvr-underline-from-center", :title => @article.anchor_tag.name do %>
<%= @article.anchor_tag.name %>
<% end %>