%if not request.identity.is_auth and auth_type == AuthenticationType.SECRET:
%elif not request.identity.is_auth and auth_type == AuthenticationType.GITHUB:
Login with GitHub
%elif auth_type == AuthenticationType.GITHUB:
Logged as: ${request.identity.name}
Logout
%endif