From c16924a991cdaabdcdad4e490238192c0e291146 Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 19 Jun 2026 20:56:05 +0000 Subject: [PATCH] host: blog pages as SX trees + render-page (no embedded HTML) The handler runs the dynamic logic in the full evaluator and builds a static SX element tree via quasiquote; render-page (5.1) renders it. No aser pipeline needed for server-rendered pages. host/blog--page is now an (html (head..)(body..)) tree; home builds the posts