summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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