<% content_for :head do %> <%= @article.title %> | <%= @portal.name %> <% if @article.meta["title"].present? %> "> <% end %> <% if @article.meta["description"].present? %> "> <% end %> <% if @article.meta["tags"].present? %> "> <% end %> <% end %> <% if !@is_plain_layout_enabled %>
<%= render "public/api/v1/portals/articles/article_header", article: @article %>
<% else %>
<%= render "public/api/v1/portals/articles/article_header", article: @article %>
<% end %>
<%= @parsed_content %>