{
  "id": "sable-court-reported",
  "name": "Reported Cases",
  "theme": "sable-court",
  "category": "Search & Browse",
  "description": "A case index searched by citation rather than by keyword, where results are one ruled line each and the holding is the only thing set at reading size.",
  "layout": "A search line and a plain ruled result list with no cards, where the citation sits in a fixed 200px margin column and the holding runs at 64ch beside it.",
  "modules": [
    {
      "key": "search",
      "name": "Search line",
      "html": "\n<header class=\"sr\"><h1>Reported cases</h1><div class=\"in\"><input type=\"search\" value=\"unexercised discretion\" aria-label=\"Search reported cases\"><button type=\"button\">Search</button></div><span class=\"m\">412 reports · 1974 to date</span></header>"
    },
    {
      "key": "filters",
      "name": "Filter line",
      "html": "\n<div class=\"fl\"><span class=\"k\">Court</span><a class=\"on\" href=\"#\">All</a><a href=\"#\">Ch. D.</a><a href=\"#\">CA</a><a href=\"#\">UKSC</a><span class=\"sep\"></span><span class=\"k\">Decade</span><a href=\"#\">1990s</a><a href=\"#\">2000s</a><a class=\"on\" href=\"#\">2010s</a><a href=\"#\">2020s</a></div>"
    },
    {
      "key": "results",
      "name": "Results",
      "html": "\n<ol class=\"rs\">\n  <li><span class=\"ct\">[2019] 1 WLR 44</span><div><h2>Rowley v. Ash</h2><p>Whether the act of deliberating upon a discretion is itself reviewable where no decision is recorded. Held: it may be, where the deliberation discloses a fettered mind.</p><span class=\"m\">Court of Appeal · Kowalczyk-Reid for the appellant</span></div></li>\n  <li><span class=\"ct\">[2022] 2 Ch 118</span><div><h2>Re Kilbride Settlement</h2><p>Trustee declining to distribute over eleven years without recording a refusal. Held: no decision, therefore nothing to review. Doubted in <i>Ashgrove</i>.</p><span class=\"m\">Chancery Division · Idowu for the trustee</span></div></li>\n  <li><span class=\"ct\">[2017] EWHC 2204</span><div><h2>Fennimore v. Marsh Lane Charity</h2><p>Charitable trustees and the duty to consider a class. Held: the duty is to consider, not to distribute, but consideration must be evidenced.</p><span class=\"m\">Chancery Division · Fennimore for the claimant</span></div></li>\n  <li><span class=\"ct\">[2014] UKSC 41</span><div><h2>Sandoval v. HMRC</h2><p>Cross-border succession and the situs of a discretionary interest. Held: the interest is situate where the trustee is resident.</p><span class=\"m\">Supreme Court · Kowalczyk-Reid for the respondent</span></div></li>\n</ol>"
    }
  ],
  "moduleCount": 3,
  "reorderable": true,
  "meta": {
    "id": "sable-court-reported",
    "model": "Claude Opus 5",
    "author": "Claude Code",
    "createdAt": "2026-09-01T19:58:52+09:00",
    "updatedAt": "2026-09-01T19:58:52+09:00",
    "version": "1.0.0",
    "isNew": false
  },
  "link": "/api/v1/designs/sable-court-reported.json",
  "structure": "A search line and a plain ruled result list with no cards, where the citation sits in a fixed 200px margin column and the holding runs at 64ch beside it.",
  "html": "<div class=\"dz dz-sable-court-reported\" data-design=\"sable-court-reported\" data-theme=\"sable-court\">\n<section class=\"dz-mod\" data-mod=\"search\" aria-label=\"Search line\">\n<header class=\"sr\"><h1>Reported cases</h1><div class=\"in\"><input type=\"search\" value=\"unexercised discretion\" aria-label=\"Search reported cases\"><button type=\"button\">Search</button></div><span class=\"m\">412 reports · 1974 to date</span></header></section>\n<section class=\"dz-mod\" data-mod=\"filters\" aria-label=\"Filter line\">\n<div class=\"fl\"><span class=\"k\">Court</span><a class=\"on\" href=\"#\">All</a><a href=\"#\">Ch. D.</a><a href=\"#\">CA</a><a href=\"#\">UKSC</a><span class=\"sep\"></span><span class=\"k\">Decade</span><a href=\"#\">1990s</a><a href=\"#\">2000s</a><a class=\"on\" href=\"#\">2010s</a><a href=\"#\">2020s</a></div></section>\n<section class=\"dz-mod\" data-mod=\"results\" aria-label=\"Results\">\n<ol class=\"rs\">\n  <li><span class=\"ct\">[2019] 1 WLR 44</span><div><h2>Rowley v. Ash</h2><p>Whether the act of deliberating upon a discretion is itself reviewable where no decision is recorded. Held: it may be, where the deliberation discloses a fettered mind.</p><span class=\"m\">Court of Appeal · Kowalczyk-Reid for the appellant</span></div></li>\n  <li><span class=\"ct\">[2022] 2 Ch 118</span><div><h2>Re Kilbride Settlement</h2><p>Trustee declining to distribute over eleven years without recording a refusal. Held: no decision, therefore nothing to review. Doubted in <i>Ashgrove</i>.</p><span class=\"m\">Chancery Division · Idowu for the trustee</span></div></li>\n  <li><span class=\"ct\">[2017] EWHC 2204</span><div><h2>Fennimore v. Marsh Lane Charity</h2><p>Charitable trustees and the duty to consider a class. Held: the duty is to consider, not to distribute, but consideration must be evidenced.</p><span class=\"m\">Chancery Division · Fennimore for the claimant</span></div></li>\n  <li><span class=\"ct\">[2014] UKSC 41</span><div><h2>Sandoval v. HMRC</h2><p>Cross-border succession and the situs of a discretionary interest. Held: the interest is situate where the trustee is resident.</p><span class=\"m\">Supreme Court · Kowalczyk-Reid for the respondent</span></div></li>\n</ol></section>\n</div>",
  "css": "\n.dz-sable-court-reported { background: var(--background); color: var(--foreground); font-family: var(--pv-body); padding: 0 40px 34px; }\n.dz-sable-court-reported .sr { padding: 32px 0 18px; }\n.dz-sable-court-reported .sr h1 { font-family: var(--pv-display); font-size: 38px; font-weight: 500; margin: 0 0 16px; }\n.dz-sable-court-reported .in { display: flex; gap: 10px; max-width: 560px; }\n.dz-sable-court-reported .in input { flex: 1; font: inherit; font-size: 16px; background: transparent; color: var(--foreground); border: 0; border-bottom: var(--pv-bw) solid var(--border); padding: 8px 0; }\n.dz-sable-court-reported .in input:focus { outline: none; border-bottom-color: var(--primary); }\n.dz-sable-court-reported .in button { font: inherit; font-size: 14px; background: var(--primary); color: var(--primary-foreground); border: 0; border-radius: var(--pv-radius-md); padding: 9px 20px; cursor: pointer; }\n.dz-sable-court-reported .m { font-size: 12.5px; color: var(--muted-foreground); font-style: italic; }\n.dz-sable-court-reported .sr .m { display: block; padding-top: 12px; }\n.dz-sable-court-reported .fl { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-top: var(--pv-bw) solid var(--border); border-bottom: var(--pv-bw) solid var(--border); }\n.dz-sable-court-reported .k { font-size: 11px; color: var(--muted-foreground); }\n.dz-sable-court-reported .fl a { font-size: 13px; color: var(--muted-foreground); text-decoration: none; }\n.dz-sable-court-reported .fl a:hover, .dz-sable-court-reported .fl a.on { color: var(--primary); }\n.dz-sable-court-reported .sep { width: 1px; height: 14px; background: var(--border); margin: 0 8px; }\n.dz-sable-court-reported .rs { list-style: none; margin: 0; padding: 0; }\n.dz-sable-court-reported .rs li { display: grid; grid-template-columns: 200px minmax(0, 64ch); gap: 36px; padding: 20px 0; border-bottom: var(--pv-bw) solid var(--border); }\n.dz-sable-court-reported .ct { font-family: var(--pv-mono); font-size: 12px; color: var(--primary); text-align: right; padding-top: 6px; }\n.dz-sable-court-reported .rs h2 { font-family: var(--pv-display); font-size: 24px; font-weight: 500; margin: 0 0 8px; }\n.dz-sable-court-reported .rs p { font-size: 16px; line-height: 1.62; color: var(--muted-foreground); margin: 0 0 8px; }\n@media (prefers-reduced-motion: reduce) { .dz-sable-court-reported *, .dz-sable-court-reported *::before, .dz-sable-court-reported *::after { transition-duration: 1ms !important; animation-duration: 1ms !important; } }",
  "requiredTheme": "/api/v1/themes/sable-court.json",
  "googleFontsHref": "https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600;700&display=swap"
}