<%- rwf_head %>
<% if show %>

You have won the random number lottery.

<% end %>
<% if planets == 1 %>

There is one other planet in our solar system that contains life.

<% elsif planets == 2 %>

There is two other planets in our solar system that contains life.

<% else %>

There is many other planets in our solar system that contains life.

<% end %>
<% for user in users %>

<%= user.id %> ‐ <%= user.email %>

<% end %>