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 provided reference name.  
Processing this Hashtag Markup:
<# start list for colors;
	limit 1;
#>

<# start row #>
<# apply row as "my_color"; #>
<# end row #>

<# end list #>

<# print bucket my_color; #>
my_color: Array
(
    [colors] => Array
        (
            [instance_id] => 1
            [created_on] => 2020-02-12 03:44:56
            [updated_on] => 2024-04-25 13:27:28
            [uuid] => 79c833d9939094536184f4b4d1478ea8
            [name] => Pink
            [hex] => #FFC0CB
            [r] => 255
            [g] => 192
            [b] => 203
            [counter] => 448
        )

)

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.  
<#[my_color.colors.name]#> ⇒ Pink


The Sort Mini-App uses the Hashtag Markup Language to demonstrate the differences of alphabetic and numeric sorting.

Sortable Item records are stored in an SQL database.