Yeah it was looping through the topic list. I found this as a solution that worked perfectly…
{% set myString = "Expert Forum Insider" %}
{% if myString in content.topic_list|map('name') %}
{% else %}
Yeah it was looping through the topic list. I found this as a solution that worked perfectly…
{% set myString = "Expert Forum Insider" %}
{% if myString in content.topic_list|map('name') %}
{% else %}