Rendered via Layout, section "Main":
Variables template from Singles.
Simple variable: string foo
Simple variable in array, numeric: foo
Simple variable in array, associative: Fixed key in $array[fixed]
A string with numbers in it: 132
Ditto, with type name stored in variable: 132
A comma-separated value iterated as array:
- one
- two
String variable name with dynamic1 part: String using $dynamic1.
String variable name with dynamic2 part: String using $dynamic2.
Output of variable whose name is stored in a variable: string foo
Array member in $array[$dynamic1]: Dynamic key in $array[$dynamic1]
Array member in $array[$dynamic2]: Dynamic key in $array[$dynamic2]
Direct access of numeric prefixed variable: Numeric prefixed variable
Aliased access of numeric prefixed variable: Numeric prefixed variable
Escaped ternary expression: <b>Unescaped string</b>
Escaped cast expression: <b>Unescaped string</b>
Received $array.foobar with value Unescaped string (same using "value" argument: Unescaped string)
Received $array.printf with formatted string Formatted string, value: formatted
Received $array.baz with value 42
Received $array.xyz.foobar with value Escaped sub-string
Received $myVariable with value Nice string
# Sir's template is rendered above (1,600 bytes).