summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <59481711+cbeo@users.noreply.github.com>2021-06-10 08:26:14 -0500
committerGitHub <noreply@github.com>2021-06-10 08:26:14 -0500
commitd70501576f24623ce2c1c444b4f397920477e186 (patch)
tree36464a8d8ab94717e90b5c925202d1804325dbf6
parent170a84d689e64a2b700f09fc3ffb53eafd6910dd (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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