<%= render partial: "layouts/cms_templates/page_header" %> <%= render partial: "layouts/cms_templates/page_top" %>

<%= @post.title %> by Moksha CMS

Posted on <%= format_date @post.published_on %>


<% unless @post.featured_image.blank? %> <%= site_media_image_tag @post.featured_image, class: 'img-responsive' %>
<% end %> <%= display_post_content(@post) %> <%= render(partial: "dm_cms/shared/social_buttons") if @blog.show_social_buttons? %>
<%= render partial: 'layouts/cms_templates/comment_section', locals: { commenting_on: @post, comments: @comments } %>
<%= render :partial => "layouts/cms_templates/page_footer" %>
<%= content_for :footer_scripts %>