NeonRant
4/2/2019 - 10:47 PM

If Else

{%if (String.IsNullOrEmpty(CentredImage.ToString())) {%}

        <!--Do something-->

        {%}else{%}

                <!--Do something else-->

        {%}#%}