<% content_for :title do %>Password sent<% end %> <% title = 'Ok, we have sent you an email' %> <% description = "There you will find the instructions for entering your account and change — if desired — your password. If you don't see the email in your inbox, make sure that the email address is correct" %> <%= render :partial => 'message', locals: { title: title, description: description } %>