Say I use return render_template(\'index.html\', users=users). Is it possible to get the filename inside a template without explicit sending of it inside the view?<
return render_template(\'index.html\', users=users)