PageTemplate, Service and default route

The purpose of the Fallback Route is to catch all non-matching requests and in this case evaluate the index.html as that’s how SPA’s are able to handle routing on the client (which are unknown on the server).

Requests for static files return the files.