<% if organization_primary_color %> <% end %>
<%= render partial: "layouts/decidim/mailer_logo.html", locals: { organization: organization, custom_url_for_mail_root: custom_url_for_mail_root } %>
<% if organization.official_img_header.attached? %> <%= link_to newsletter.organization_official_url do %> <%= image_tag organization.attached_uploader(:official_img_header).url(host: organization.host), alt: "", style: "max-height: 50px", class: "float-right" %> <% end %> <% end %>
<% if has_main_image? %>
<%= main_image %>
<% end %>
<%= introduction %> <% if has_cta? %>

 

<%= link_to cta_text, cta_url, target: :blank %>

 

<% end %> <%= body %>