[ {{ collection from="events" }} { "title" : "{{ title | sanitize }}", "bg_small" : "{{ glide:image width="250" height="250" absolute="true" }}", "bg_large" : "{{ glide:image width="600" height="250" absolute="true" }}", "bgColor" : "{{ image | color }}", "id" : "{{ id }}", "hidden" : {{ hidden ? "true" : "false"}}, "theme" : [{{ if theme }}{{ theme }}"{{ value }}"{{ if !last }},{{ /if }}{{ /theme }}{{ /if }}], "score" : {{ score ?? "0" }}, "gender" : [{{ gender }}"{{ value }}"{{ if !last }},{{ /if }}{{ /gender }}], "orientation" : [{{ orientation }}"{{ value }}"{{ if !last }},{{ /if }}{{ /orientation }}], "county" : [{{ if county }}{{ county }}"{{ value }}"{{ if !last }},{{ /if }}{{ /county }}{{ /if }}], "age_min" : {{ age_min ?? "0" }}, "age_max" : {{ age_max ?? "0" }}, "score_gender" : {{ score_gender ?? "0" }}, "score_county" : {{ score_county ?? "0" }}, "score_orientation" : {{ score_orientation ?? "0" }}, "score_age" : {{ score_age ?? "0" }} }{{ if !last }},{{ /if }} {{ /collection }} ]