Server layout component.
React Docs
Protected
Creates path with version parameter.
Path of the loaded link.
Version of the app.
Gets the text from the dictionary.
Key of the text in the dictionary.
Rest
Arguments for text format.
Renders <body> tag with with container and bundle data.
<body>
Renders initial data and bundle <script> tag.
<script>
Renders the wrappers for the components in the HTML body.
Renders container with content div. In the content div are rendered client pages.
Renders <head> tag with charset, metas, title, scripts and styles.
<head>
Renders the loader before the content data are rendered.
Renders the meta tags. If it's used in inherited Layout super.renderMeta() should be called.
super.renderMeta()
Server layout component.