🇬🇧🇩🇪
HomeSub-SectionBlog

Hello There.

Index Page

This is a fancier layout just for the landing page.
I am a footer
{
  "pageContext": {
    "locale": "en",
    "linkPrefix": "",
    "locales": [
      "en",
      "de"
    ],
    "isDefaultLocale": true,
    "defaultLocale": "en",
    "relativePath": "",
    "i18n": {
      "landing": "Landing page here",
      "globals": {
        "menu": [
          {
            "key": "home",
            "to": "/",
            "name": "Home"
          },
          {
            "key": "section",
            "to": "/section",
            "name": "Sub-Section"
          },
          {
            "key": "blog",
            "to": "/blog",
            "name": "Blog"
          }
        ],
        "ui": {
          "title": "Hello There.",
          "hello": "world",
          "footer": "I am a footer",
          "flags": {
            "en": "🇬🇧",
            "de": "🇩🇪"
          }
        }
      }
    }
  }
}