"title" : "{{ title | sanitize }}", "bg_small" : "{{ glide:image width="250" height="250" }}", "bg_large" : "{{ glide:image width="600" height="250" }}", "bgColor" : "{{ image | color }}", "id" : "{{ id }}", "hidden" : {{ hidden ? "true" : "false"}}, "theme" : [{{ theme }}"{{ value }}"{{ if !last }},{{ /if }}{{ /theme }}], "score" : {{ score ?? "0" }}, "gender" : [{{ gender }}"{{ value }}"{{ if !last }},{{ /if }}{{ /gender }}], "orientation" : [{{ orientation }}"{{ value }}"{{ if !last }},{{ /if }}{{ /orientation }}], "county" : [{{ county }}"{{ value }}"{{ if !last }},{{ /if }}{{ /county }}], "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" }}, "content" : [{{ content }} {{ if type == "p" }}{ "t" : "p", "v" : "{{ text | sanitize }}" }{{ /if }} {{ if type == "title" }}{ "t" : "{{ size }}", "v" : "{{ text | sanitize }}" }{{ /if }} {{ if type == "contact" }}{ "t" : "ct", "v" : "{{ text | sanitize }}", "n" : "{{ name | sanitize }}", "id" : "{{ id }}" }{{ /if }} {{ if !last }},{{ /if }} {{ /content }}]