atproto pastebin service: https://plonk.li
at main 413 B view raw
1- var now = new Date() 2- var handle = didHandleMap[authorDid] 3include ../mixins/head 4include ../mixins/header 5include ../mixins/footer 6include ../mixins/utils 7include ../mixins/post 8doctype html 9html 10 +head(handle) 11 body 12 main#content 13 +header(ownDid, didHandleMap) 14 h1 plonks by @#{handle} 15 div.timeline 16 each paste in pastes 17 +post(paste, handle, authorDid) 18 19 +footer()