{= # # # login.cfv - This template is only called upon logout or by defining the specific "?dp=login" URL # # include "templates.util.build_login_page"; bool is_auto_login = false; string username; string password; build_login_page(is_auto_login, username, password); =}