%h1 Add a new contact
%form{ action: '#' }
  %label{for: 'jid'}
    %strong Jabber ID
  %input{type: 'text', name: 'jid', class: 'text', placeholder: 'nick@example.com'}

  %input{type: 'submit', value: "Send friend request", class: 'button'}