diff --git a/sx/sx/page-functions.sx b/sx/sx/page-functions.sx index 07271bb..a46fc90 100644 --- a/sx/sx/page-functions.sx +++ b/sx/sx/page-functions.sx @@ -60,6 +60,10 @@ "phase2" '(~reactive-islands/phase2/reactive-islands-phase2-content) :else '(~reactive-islands/index/reactive-islands-index-content))))) +(define spreads + (fn (content) + (if (nil? content) '(~geography/spreads-content) content))) + (define marshes (fn (content) (if (nil? content) '(~reactive-islands/marshes/reactive-islands-marshes-content) content)))