Hello World | en | Strapi CMS Astro Client

Home / Pages / Hello World
Updated at
2026-01-26T11:32:47.261Z
Description
This is a Hello World page content
Hello message over the world
[ Hello message over the world ] https://different-excellence-665ae44142.media.strapiapp.com/hello_world_129b8cc928.png

Loaded content

{
  "id": "en/kqu7itirdwgtxf9ax08j4172",
  "data": {
    "id": 8,
    "documentId": "kqu7itirdwgtxf9ax08j4172",
    "createdAt": "2026-01-26T10:47:27.230Z",
    "updatedAt": "2026-01-26T11:32:47.261Z",
    "publishedAt": "2026-01-26T13:16:49.754Z",
    "title": "Hello World",
    "slug": "hello-world",
    "description": "This is a Hello World page content",
    "body": "to be defined",
    "cover": {
      "id": 2,
      "documentId": "t598ynd4dm8ut4hj5mrncgmk",
      "createdAt": "2026-01-26T11:31:04.918Z",
      "updatedAt": "2026-01-26T11:32:36.954Z",
      "publishedAt": "2026-01-26T11:31:04.918Z",
      "ext": ".png",
      "url": "https://different-excellence-665ae44142.media.strapiapp.com/hello_world_129b8cc928.png",
      "hash": "hello_world_129b8cc928",
      "mime": "image/png",
      "name": "hello_world.png",
      "size": 290.08,
      "width": 1920,
      "height": 1080,
      "alternativeText": null,
      "caption": null,
      "previewUrl": null,
      "provider": "strapi-provider-upload-strapi-cloud",
      "provider_metadata": null
    },
    "coverAltText": "Hello message over the world",
    "locale": "en",
    "localizations": [
      {
        "id": 9,
        "documentId": "kqu7itirdwgtxf9ax08j4172",
        "createdAt": "2026-01-26T10:48:42.873Z",
        "updatedAt": "2026-01-26T11:33:07.853Z",
        "publishedAt": "2026-01-27T08:31:49.095Z",
        "title": "Olá Mundo",
        "slug": "hello-world",
        "description": "Conteúdo da página Olá Mundo",
        "body": "para ser definido",
        "coverAltText": "Hello message over the world",
        "locale": "pt-BR"
      }
    ]
  },
  "digest": "0a7d07fc23a019db",
  "rendered": {
    "html": "<p>to be defined</p>",
    "metadata": {
      "headings": [],
      "localImagePaths": [],
      "remoteImagePaths": [],
      "frontmatter": {}
    }
  },
  "collection": "pages"
}

astro:content

const { Content } = await render(entry);

to be defined

astro-remote - Markdown

entry.data.body

to be defined

astro-remote - Markup

entry.rendered.html

to be defined