Nested code blocks

Code blocks can be nested inside of other code blocks so long as care is taken to make certain that the beginning and ending curly braces occur in matching pairs.

For example, the following is correct nesting (color added for emphasis).

{ {{ }} }

The following is not correct nesting:

{{{ }}