<% if section.tag.present? %> <%= section.tag %> <% end %>

<%= section.title %>

<% if section.subtext.present? %>
<%= markdown(section.subtext) %>
<% end %>
<%= raw section.embed_code %>