aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-04-15 02:52:03 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-04-15 02:52:03 -0300
commita8e0fedb3f12ed1ceda7879944606c8e1e7d4a08 (patch)
tree144c1e9228f9358dc53bad36e1bbd5a4305dff72 /README.md
parent1d3d752b5925971b580eb96eea3414a751667aba (diff)
downloadblogc-a8e0fedb3f12ed1ceda7879944606c8e1e7d4a08.tar.gz
blogc-a8e0fedb3f12ed1ceda7879944606c8e1e7d4a08.tar.bz2
blogc-a8e0fedb3f12ed1ceda7879944606c8e1e7d4a08.zip
more random design notes updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6b6d8a..4b9aa84 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ The templates can define blocks. These are the block rules:
- ``single_source`` should be used if just one source file is provided.
- ``multiple_sources`` should be used if more than one source file is provided, being used once for each source file.
- ``multiple_sources_once`` should be used if more than one source file is provided, but only once.
-- Template blocks can't be nested, but can't be defined multiple times in the same template.
+- Template blocks can be defined multiple times in the same template, but can't be nested.
The variables defined in the source file are only available inside of blocks. If something does not depends on the source files, and is global, it must be hardcoded in the template, for the sake of simplicity.