Open
Description
That is a problem of choosing the right template to render. There are several case for that:
- user starts working from the index page. Index page is always served as a full page, all the other pages are served using partial HTML;
- user enters the url to some page (like
/test
) manually, so we have to serve the full page, not the usual partial HTML; - user starts the uninitialized server, so all the operations/pages must be blocked/disabled and should redirect to configuration page.