<% if billboard.template == "plain" %>
<%= billboard.processed_html.html_safe %>
<% elsif billboard.placement_area.start_with?("feed_") %>
<%= render partial: "shared/billboard_header", locals: { billboard: billboard } %> <% if billboard.dismissal_sku.present? %> <% end %>
<%= billboard.processed_html.html_safe %>
<% elsif billboard.placement_area == "home_hero" %>
<%= render partial: "shared/billboard_header", locals: { billboard: billboard } %>
<%= billboard.processed_html.html_safe %>
<% elsif billboard.placement_area == "post_fixed_bottom" || billboard.placement_area == "page_fixed_bottom" %>
data-article-id="<%= @article&.id %>" <% else %> data-page-id="<%= @page&.id %>" <% end %> data-type-of="<%= billboard.type_of %>">
<%= render partial: "shared/billboard_header", locals: { billboard: billboard } %>
<%= billboard.processed_html.html_safe %>
<% elsif billboard.placement_area == "post_body_bottom" %>
<%= render partial: "shared/billboard_header", locals: { billboard: billboard } %>
<%= billboard.processed_html.html_safe %>
<% else %>
<%= render partial: "shared/billboard_header", locals: { billboard: billboard } %>
<%= billboard.processed_html.html_safe %>
<% end %>