mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-13 21:15:04 -05:00
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
.message(id='chat'+message.cid, class=message.classList)
|
|
span.timestamp=message.formattedTime
|
|
p.body !{message.processedBody}
|
|
- var urls = message.urls
|
|
section.embeds
|
|
each item in urls
|
|
if item.source == 'body'
|
|
section.embed.hidden
|
|
a.source(href=item.href)= item.desc
|
|
else
|
|
section.embed
|
|
a.source(href=item.href)= item.desc
|