Getting Template not found error - $(frappe.render_template('change_password')).appendTo(page.main)

I want to render two html files in a page
here is the file directory

here is the js code in which I am trying to render two html files(one after the another), this code is of file “change_password.js”

but getting error

so am I given wrong file path for template and I also tried giving file path “…/loyalty_user_info/loyalty_user_info” still got the same error
so what might be the issue