<% if notice %>

<%= notice %>

<% end %>

Your Pragmatic Cart

<%= button_to 'Empty cart', @cart, method: :delete, data: { confirm: 'Are you sure?' } %>