- (p "Copyright © 2016–2019 Amin Bandali. See "
- ,(if (and (string? title)
- (string=? title license-page-title))
- "the above" (aa "license.html" "/license.html"))
+ (p "Copyright © "
+ ,(if copy copy "2016–2019")
+ " Amin Bandali. See "
+ ,(if license-page? "the above"
+ (aa "license.html" "/license.html"))