extends layout block content div.message a(href='/#{key}'): img(src='http://localhost:8989/blobs/get/#{avatar.image}' style='width: 5em; float: left; margin-right: 1em;' class='profile') p Name: @#{avatar.name}
Pubkey: #{key} div.message p.small.ri: strong last #{post.value.content.type} img(src='#{bloburl}#{avatar.image}' class='avatar') p @#{avatar.name} != markdown(post.value.content.text) span.date #{moment(post.value.timestamp).fromNow()}