- title "Users" %table %tr %th Real Name %th email %th Password - for user in @users %tr %td= user.real_name %td= user.email %td= user.encrypted_password