/- tp=trill-post
/+ *sortug
=< html
|%
++ css ^~ %- trip
'''
#sidebar{
width: 25%;
}
'''
++ recent-comments
:: =/ comments ;; (list [c=post:tp p=post:tp]) (retrieve /recent-comments bowl)
;section#recent-comments
;h6.widget-title:"Recent Comments"
:: ;ul
:: ;* %+ turn comments |= [c=post:tp p=post:tp] ^- manx
:: =/ author ""
:: =/ excerpt ""
:: ;li
:: ;span.comment-author-link:"{author}"
:: ;span:"on"
:: ;a/"{path.p}":"{(trip title.p)}"
:: ;span.excerpt:"{excerpt}"
:: ==
:: ==
==
++ html
;div#sidebar
;style:"{css}"
;div#searchbox
;input(type "text");
:: bestposts
:: recentposts
;+ recent-comments
:: archivedropdown
==
==
--