1{{ ['a'] + ['b'] + ['c'] }} 2{{ ['a'] + [1] }} 3{{ ['a'] + [['z']] }} 4{{ simple.one_item_list + ['b'] }}
View as plain text