Conformance Examples 0.1.0 — Environment Properties: assign-env¶
assign-env-read¶
An @env assignment is readable as @env/name.
Template
Output
assign-env-visible-in-with¶
An @env assignment is visible inside a #with block.
Template
Context
Output
assign-env-accumulates-in-each¶
An @env assignment inside #each persists after the loop (the last value wins).
Template
Context
Output
assign-env-shadows-property¶
An @env assignment shadows a registered property for the rest of the render.
Overridden @env properties
@env/p(element):"base"
Template
Output
Source fixture: env-properties/assign-env.json