discourse/app/views/layouts/email_template.html.erb

7 lines
178 B
Plaintext

<% if @disable_email_custom_styles %>
<%= yield %>
<% if defined?(html_body) %><%= html_body %><% end %>
<% else %>
<%= email_html_template(binding).html_safe %>
<% end %>