<%= eyebrow %>

<%= heading %>

Hi <%= recipient_name %>,

<%= intro_text %>

<%= supporting_text %>

<% if detail_rows.any? %> <% detail_rows.each_with_index do |(label, value), index| %> <% end %>

<%= label %>

<%= value %>

<% end %> <% if action_url.present? %>
<%= link_to( action_text, action_url, style: 'display:block; width:100%; box-sizing:border-box; padding:12px 24px; font-size:14px; line-height:20px; font-weight:700; color:#FFFFFF; text-align:center; text-decoration:none;' ) %>

If the button does not work, open <%= link_to( 'this secure link', action_url, style: 'color:#2781F6; text-decoration:none; font-weight:600;' ) %>.

<% elsif info_title.present? %>

<%= info_title %>

<%= info_text %>

<% end %>