Welcome to the CHICKEN Scheme pasting service
try to scheme-indent this added by gahr on Thu Feb 15 08:39:09 2024
(define (item addr title subtitle)
`(li
(p
(a (@ (href addr))
(span (@ (class "title"))
title))
(span (@ (class "subtitle"))
subtitle))))