kaiwa/clientapp/templates/pages/chat.jade

9 lines
264 B
Plaintext

section.page.chat
header.contactInfo
img.avatar(width=30, height=30)
h1.name
ul#conversation
div#chatInput
form
textarea#chatBuffer(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')