Apply Row from List
This page uses a Hashtag List with an Apply Row command in the Row Template.
The values for the Row are saved in a global Bucket with the same name as the List.
Processing this Hashtag Markup:
<# start list for colors;
limit 1;
#>
<# start row #>
<# apply row; #>
<# end row #>
<# end list #>
<# print bucket colors; #>
colors: Array
(
[instance_id] => 1
[created_on] => 2020-02-12 03:44:56
[updated_on] => 2024-11-18 22:20:30
[uuid] => 79c833d9939094536184f4b4d1478ea8
[name] => Pink
[hex] => #FFC0CB
[r] => 255
[g] => 192
[b] => 203
[counter] => 536
)
Note: Hashtag Markup is shown below <# in bold #>.
The value generated by processing the Hashtag Markup, and applying any Variable Contexts, is injected into this HTML page after the ⇒ symbol.