TestBlockName Help
This processor is primarily intended to show how block names are used, and may be useful for debugging processor operations involving block names.
ProcessorArguments: None
Example Usage:
{{ {#!TestBlockName:foo
This is content in the 'foo' block.
}} }
This should show:
block_name=foo Block content: This is content in the 'foo' block.
{{ {#!TestBlockName
This is the second block on the page, the first not explicitly named.
}} }
Back to page: System_Info