Skip to content

Choose a web-page to show conditionally #47

Open
@nergal-perm

Description

@nergal-perm

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions