Solved
Can I have an AND condition in my if conditional statement?
I would like to add an AND statement to my conditional statements in campaign. Is that possible and what is the syntax? I only found this article describing the syntax: https://experienceleague.adobe.com/en/docs/campaign-web/v8/content/dynamic-content/conditions
<% if (recipient.gender == ${model.gender} ) {
%>
<p> Conditional content </p>
<% }
else {
%>
<p>Default Content</p>
<% } %>
else {
%>
<p>Default Content</p>
<% } %>