Absolute path to the main HTML view template used by the application.
This constant resolves the path to the index.html file located in the views directory,
relative to the current module's directory. It is typically used to serve the main frontend
template in server-side rendering or static file serving scenarios.
Absolute path to the main HTML view template used by the application.
This constant resolves the path to the
index.html
file located in theviews
directory, relative to the current module's directory. It is typically used to serve the main frontend template in server-side rendering or static file serving scenarios.