<% if show_published %> <%= tag.style block.published_css, escape_attributes: false %>
<%= sanitize block.published_html %>
<% else %> <%= tag.style block.processed_css, escape_attributes: false %>
<%= sanitize block.processed_html %>
<% end %>