{
  "name": "error-404-actions",
  "kind": "block",
  "primary": "col-ui",
  "page": "/apps/errors/app/404/404.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "gap": "2",
    "size": "lg"
  },
  "html": "<col-ui gap=\"2\" size=\"lg\">\n              <button-ui text=\"Go to home\" variant=\"primary\" icon=\"house\" onclick=\"location.href = '/'\"></button-ui>\n              <button-ui text=\"Search docs\" variant=\"outline\" icon=\"magnifying-glass\" onclick=\"location.href = '/site/'\"></button-ui>\n            </col-ui>",
  "source": "apps/errors/app/404/404.contents.html",
  "metadata": {
    "domain": "error",
    "description": "Error 404 page actions — go home and go back buttons for not-found pages.",
    "keywords": [
      "error",
      "404",
      "not",
      "found",
      "actions",
      "home",
      "back",
      "navigation"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "button",
      "component": "Button",
      "icon": "house",
      "text": "Go to home",
      "variant": "primary"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "magnifying-glass",
      "text": "Search docs",
      "variant": "outline"
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "2",
      "children": [
        "button",
        "button-2"
      ]
    }
  ]
}
