|
<%= render partial: "layouts/decidim/mailer_logo", formats: [:html], locals: { organization:, custom_url_for_mail_root: } %>
|
|
|
|
|
<% if has_main_image? %>
<% end %>
<%= introduction %>
<% if has_cta? %>
<% end %>
<%= body %>
|
|
|
<% if custom_url_for_mail_root.present? %>
<%= link_to organization_name(organization).html_safe, custom_url_for_mail_root %>
<% else %>
<%= link_to organization_name(organization).html_safe, decidim.root_url(host: organization.host) %>
<% end %>
|
|