From d70501576f24623ce2c1c444b4f397920477e186 Mon Sep 17 00:00:00 2001 From: Colin Okay <59481711+cbeo@users.noreply.github.com> Date: Thu, 10 Jun 2021 08:26:14 -0500 Subject: Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4acd200..acb50ab 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ The above recipe is a function of zero arguments. It will be called by builder functions in a special context where a few dynamic variables are approrpiately assigned. +It should be noted that **recipies can be nested**: you can call one recipe inside another. If your site is large, you +may benefit from developing portions of the site in their own recipes which are themselves composed +in a single top-level recipe. + The `page-with-main-layout` is a template defined like so: ``` lisp -- cgit v1.2.3