Martin Neitz - 2017-05-26 14:24:38
it seems that the {if} is only working for the (true) statment
{if (isLoggedIn)} Welcome {UserName} {/if}
but not for the (! false)
{if (!isLoggedIn)} You are not signed in. <a href="{SignInLink}">Sign In?</a> {/if}
any Idea how to solve it?