[viewBag] == {% if justSelect == 1 %} Search more destinations {% for product in products %} {{ product.title }} {% endfor %} {% else %} Search more destinations {% for product in products %} {{ product.title }} {% endfor %} {% endif %} {% put scripts %} {% endput %}