summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2021-06-24 07:29:28 -0500
committerColin Okay <okay@toyful.space>2021-06-24 07:29:28 -0500
commit3bf196ab99031366b0fe36c5d75386b59d739424 (patch)
tree0226eac66bea9b86d7b3d88b72535fc225a9c49e
parent41d23b912710c8b5c5a338e44d0a3e08815fcdcc (diff)
parentd70501576f24623ce2c1c444b4f397920477e186 (diff)
Merge branch 'master' of github.com:cbeo/flexo
-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