+ +
+ @;{ + @(when (string=? uri-path "/index.html") + @list{ +

Welcome

+

Here is some text that only goes on the home page, + because @"@"uri-path is + /index.html.

}) } + @;{ Index pages for posts have @tag that's not #f } + @(when tag + @list{

Posts tagged @|tag|

}) + @;{ The main page contents are in @contents } + @|contents| +
+