This follows on from my last post, I'd like to thank everyone for their help I dont get any errors now but the following still doesn't seem to work. <dtml-let user_name="AUTHENTICATED_USER" super_user="'bob'"> <dtml-var user_name><br> <dtml-if expr="user_name == super_user"> YOU ARE BOB <dtml-else> YOU ARE NOT BOB </dtml-if> </dtml-let> Output: bob