How can i call a html template without any view in django

Viewed 1685

I want to call index.html template to particular URL without calling any view.

is it possible in django?

1 Answers
Related