{"id":8,"date":"2025-07-16T20:09:20","date_gmt":"2025-07-16T20:09:20","guid":{"rendered":"https:\/\/berwickgaladays.org\/?page_id=8"},"modified":"2026-08-05T14:18:39","modified_gmt":"2026-08-05T17:18:39","slug":"2025-forms","status":"publish","type":"page","link":"https:\/\/berwickgaladays.org\/?page_id=8","title":{"rendered":"2026 Forms"},"content":{"rendered":"\n<!-- =========================================================\n     BERWICK & DISTRICT GALA DAYS 2026 \u2014 FORMS PAGE\n     Paste this whole block into a WordPress \"Custom HTML\" block.\n     Self-contained: all CSS, HTML and JS live here. No external\n     files, no images to upload \u2014 every icon is inline SVG.\n     ---------------------------------------------------------\n     TO ADD \/ EDIT A FORM: find the FORMS array in the <script>\n     below and edit or add a line. Each entry is:\n       { name, cat, tag, blurb, url, cta }\n     ========================================================= -->\n\n<div id=\"gdForms\">\n  <style>\n    #gdForms{\n      --apple:#b21f27;\n      --apple-dark:#7c1319;\n      --leaf:#a8b64a;\n      --leaf-dark:#6f7d1f;\n      --gold:#e0b83f;\n      --cream:#fbf6ec;\n      --card:#ffffff;\n      --ink:#2a201c;\n      --ink-soft:#6b5f57;\n      --line:#eaddca;\n      font-family:\"Trebuchet MS\",\"Segoe UI\",system-ui,sans-serif;\n      color:var(--ink);\n      max-width:1080px;\n      margin:0 auto;\n      -webkit-font-smoothing:antialiased;\n    }\n    #gdForms *{box-sizing:border-box;}\n\n    #gdForms .gf-wrap{\n      background:var(--cream);\n      border-radius:20px;\n      padding:26px 18px 30px;\n      box-shadow:0 12px 34px rgba(124,19,25,.10);\n      position:relative;\n      overflow:hidden;\n    }\n    #gdForms .gf-wrap::before{\n      content:\"\"; position:absolute; top:0; left:0; right:0; height:7px;\n      background:repeating-linear-gradient(90deg,var(--apple) 0 44px,var(--leaf) 44px 88px);\n      opacity:.92;\n    }\n\n    \/* ---------- Header ---------- *\/\n    #gdForms .gf-head{ text-align:center; margin:10px 0 4px; }\n    #gdForms .gf-kicker{\n      display:inline-block; font-size:.72rem; letter-spacing:.3em;\n      text-transform:uppercase; color:var(--leaf-dark); font-weight:700;\n    }\n    #gdForms .gf-title{\n      font-family:Georgia,\"Times New Roman\",serif;\n      font-size:clamp(1.9rem,6vw,3rem); color:var(--apple);\n      margin:2px 0 0; line-height:1.02;\n    }\n    #gdForms .gf-sub{ color:var(--ink-soft); font-size:.95rem; margin-top:6px; }\n    #gdForms .gf-lede{\n      max-width:640px; margin:12px auto 0; color:var(--ink-soft);\n      font-size:.95rem; line-height:1.5;\n    }\n\n    \/* ---------- Filter chips ---------- *\/\n    #gdForms .gf-filters{\n      display:flex; gap:8px; flex-wrap:wrap; justify-content:center;\n      padding:18px 2px 4px;\n    }\n    #gdForms .gf-filter{\n      border:1.5px solid var(--line); background:var(--card);\n      color:var(--ink-soft); font-weight:700; font-size:.85rem;\n      padding:8px 15px; border-radius:999px; cursor:pointer; white-space:nowrap;\n      transition:all .15s ease;\n    }\n    #gdForms .gf-filter:hover{ border-color:var(--leaf); color:var(--ink); }\n    #gdForms .gf-filter[aria-selected=\"true\"]{\n      background:var(--apple); border-color:var(--apple); color:#fff;\n      box-shadow:0 4px 12px rgba(178,31,39,.30);\n    }\n    #gdForms .gf-filter:focus-visible{ outline:3px solid var(--leaf); outline-offset:2px; }\n\n    \/* ---------- Card grid ---------- *\/\n    #gdForms .gf-grid{\n      display:grid; gap:14px; margin-top:18px;\n      grid-template-columns:1fr;\n    }\n    @media(min-width:620px){ #gdForms .gf-grid{ grid-template-columns:1fr 1fr; } }\n    @media(min-width:960px){ #gdForms .gf-grid{ grid-template-columns:1fr 1fr 1fr; } }\n\n    #gdForms .gf-card{\n      background:var(--card); border:1px solid var(--line); border-radius:16px;\n      overflow:hidden; display:flex; flex-direction:column;\n      transition:transform .15s ease, box-shadow .15s ease;\n    }\n    #gdForms .gf-card:hover{ transform:translateY(-3px); box-shadow:0 10px 24px rgba(124,19,25,.12); }\n\n    #gdForms .gf-icon{\n      height:96px; display:flex; align-items:center; justify-content:center;\n      position:relative; border-bottom:3px solid rgba(0,0,0,.04);\n    }\n    #gdForms .gf-icon svg.gf-glyph{ width:46px; height:46px; }\n    #gdForms .gf-tag{\n      position:absolute; top:10px; right:10px;\n      font-size:.62rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase;\n      color:#fff; padding:4px 9px; border-radius:999px; background:rgba(42,32,28,.5);\n    }\n    #gdForms .gf-tag.info{ background:rgba(42,32,28,.5); }\n\n    #gdForms .gf-body{ padding:15px 16px 16px; display:flex; flex-direction:column; flex:1; }\n    #gdForms .gf-name{\n      font-family:Georgia,serif; font-size:1.16rem; color:var(--ink);\n      margin:0 0 8px; line-height:1.18;\n    }\n    #gdForms .gf-blurb{ font-size:.9rem; line-height:1.5; color:var(--ink-soft); margin:0 0 16px; flex:1; }\n\n    #gdForms .gf-btn{\n      display:inline-flex; align-items:center; justify-content:center; gap:7px;\n      text-decoration:none; font-size:.86rem; font-weight:800;\n      padding:11px 14px; border-radius:11px; margin-top:auto;\n      background:var(--apple); color:#fff; transition:background .12s ease;\n    }\n    #gdForms .gf-btn:hover{ background:var(--apple-dark); }\n    #gdForms .gf-btn.alt{ background:var(--leaf-dark); }\n    #gdForms .gf-btn.alt:hover{ background:#586419; }\n    #gdForms .gf-btn svg{ width:15px; height:15px; }\n    #gdForms .gf-btn:focus-visible{ outline:3px solid var(--leaf); outline-offset:2px; }\n\n    \/* ---------- Footer ---------- *\/\n    #gdForms .gf-foot{\n      text-align:center; font-size:.82rem; color:var(--ink-soft);\n      margin-top:26px; padding-top:16px; border-top:1px dashed var(--line);\n    }\n    #gdForms .gf-foot a{ color:var(--apple); font-weight:700; text-decoration:none; }\n    #gdForms .gf-foot a:hover{ text-decoration:underline; }\n\n    @media(prefers-reduced-motion:reduce){ #gdForms *{ transition:none !important; } }\n  <\/style>\n\n  <div class=\"gf-wrap\">\n    <div class=\"gf-head\">\n      <span class=\"gf-kicker\">Berwick &amp; District Gala Days<\/span>\n      <h1 class=\"gf-title\">2026 Forms<\/h1>\n      <div class=\"gf-sub\">September 2\u20137, 2026 \u00b7 Celebrate the Valley<\/div>\n      <p class=\"gf-lede\">Want to enter, compete, or perform? Here&#8217;s every registration and sign-up form in one place. Tap a form to fill it out \u2014 most take just a minute. Entering an event? Don&#8217;t forget the Event Needs form so we can set you up right.<\/p>\n    <\/div>\n\n    <div class=\"gf-filters\" id=\"gfFilters\" role=\"tablist\" aria-label=\"Filter forms\"><\/div>\n    <div class=\"gf-grid\" id=\"gfGrid\"><\/div>\n\n    <div class=\"gf-foot\">\n      Questions about a form or need a hand?\n      <a href=\"mailto:berwickgaladaysns@gmail.com\">berwickgaladaysns@gmail.com<\/a><br>\n      For event times &amp; details, see the\n      <a href=\"https:\/\/www.berwickgaladays.org\" target=\"_blank\" rel=\"noopener\">Events page &amp; schedule<\/a>.\n    <\/div>\n  <\/div>\n\n  <script>\n  (function(){\n    \/* ---------- inline glyphs ---------- *\/\n    var G = {\n      clipboard:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"5\" y=\"4\" width=\"14\" height=\"18\" rx=\"2\"\/><path d=\"M9 4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2H9z\"\/><path d=\"M9 12h6M9 16h4\"\/><\/svg>',\n      cow:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 8c0-2 2-3 4-2M20 8c0-2-2-3-4-2\"\/><path d=\"M6 8c-1 4 1 10 6 10s7-6 6-10\"\/><circle cx=\"10\" cy=\"12\" r=\".6\" fill=\"currentColor\"\/><circle cx=\"14\" cy=\"12\" r=\".6\" fill=\"currentColor\"\/><path d=\"M9.5 16c1.5 1 3.5 1 5 0\"\/><\/svg>',\n      parade:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 21c2-6 4-6 6 0M12 21c2-6 4-6 6 0\" opacity=\".5\"\/><rect x=\"8\" y=\"6\" width=\"8\" height=\"7\" rx=\"1\"\/><path d=\"M12 6V2M12 2l4 1.5L12 5\"\/><\/svg>',\n      child:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"6\" r=\"2.6\"\/><path d=\"M12 9v7M8 12h8M9 21l3-5 3 5\"\/><\/svg>',\n      star:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3l2.6 5.6L21 9.3l-4.5 4.4 1.1 6.3L12 17l-5.6 3 1.1-6.3L3 9.3l6.4-.7z\"\/><\/svg>',\n      truck:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"7\" width=\"12\" height=\"9\" rx=\"1\"\/><path d=\"M14 10h4l3 3.5V16h-7z\"\/><circle cx=\"7\" cy=\"18\" r=\"1.8\"\/><circle cx=\"17\" cy=\"18\" r=\"1.8\"\/><\/svg>',\n      pet:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"6\" cy=\"10\" r=\"1.6\"\/><circle cx=\"10\" cy=\"6.5\" r=\"1.6\"\/><circle cx=\"14\" cy=\"6.5\" r=\"1.6\"\/><circle cx=\"18\" cy=\"10\" r=\"1.6\"\/><path d=\"M9 15c0-2.2 1.4-3.5 3-3.5s3 1.3 3 3.5c0 1.8-1.4 2.6-3 2.6s-3-.8-3-2.6z\"\/><\/svg>',\n      bike:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"6\" cy=\"16\" r=\"4\"\/><circle cx=\"18\" cy=\"16\" r=\"4\"\/><path d=\"M6 16l4-7h6M9 9h4l3 7M14 9V6h2\"\/><\/svg>',\n      pub:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M7 5h9l-1 9a3 3 0 0 1-3 3H11a3 3 0 0 1-3-3z\"\/><path d=\"M16 7h2a2.5 2.5 0 0 1 0 5h-2\"\/><path d=\"M9 21h6\"\/><\/svg>',\n      muscle:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 16c1.5-5 4-8 8-8 3.5 0 6 2.5 8 8\"\/><circle cx=\"12\" cy=\"6\" r=\"2\"\/><path d=\"M6 18h12\"\/><\/svg>',\n      music:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"6\" cy=\"18\" r=\"2.4\"\/><circle cx=\"17\" cy=\"16\" r=\"2.4\"\/><path d=\"M8.4 18V6l11-2v12\"\/><\/svg>',\n      needs:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 7h16M4 12h16M4 17h10\"\/><path d=\"M17 15l2 2 3-3.5\" stroke-width=\"2.1\"\/><\/svg>',\n      go:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M13 6l6 6-6 6\"\/><\/svg>',\n      pencil:'<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 20l4-1 10-10-3-3L5 16z\"\/><path d=\"M13.5 6.5l3 3\"\/><\/svg>'\n    };\n\n    \/* icon banner background tint per category *\/\n    var TINT = {\n      compete:['#f7e3df','#a83226'],\n      perform:['#efe6f2','#7a2f5a'],\n      kids:['#e7f2eb','#2e7a5c'],\n      parade:['#f7dfe0','#7c1319'],\n      logistics:['#f3f4e7','#6f7d1f']\n    };\n\n    \/* =========================================================\n       FORMS \u2014 edit \/ add here.\n       cat: compete | perform | kids | parade | logistics\n       glyph: key from G above\n       cta: button label (defaults to \"Open form\")\n       ========================================================= *\/\n    var FORMS = [\n      \/* ---- Logistics \/ needs (open to all participants) ---- *\/\n      { name:\"Event Needs Form\", cat:\"logistics\", glyph:\"needs\", tag:\"All participants\",\n        blurb:\"Taking part in an event as a person, business or organization? Use this form to let us know anything you need from us \\u2014 tables, power, space, signage \\u2014 so we can set you up right.\",\n        url:\"https:\/\/forms.gle\/tAHYXB2PawEAUfcw6\", cta:\"Submit your needs\" },\n\n      \/* ---- Competitions & activities ---- *\/\n      { name:\"Cow Pie Bingo\", cat:\"compete\", glyph:\"cow\", tag:\"Buy a square\",\n        blurb:\"Grab your numbered square for the Valley's most, ahem, natural game of chance. Wherever the cow makes her deposit, that square wins. Sign up here.\",\n        url:\"https:\/\/forms.gle\/BUeSQj8L5e4qpv6E7\" },\n\n      { name:\"Talent Show \\u2014 Berwick's Got Talent\", cat:\"perform\", glyph:\"star\", tag:\"Register to perform\",\n        blurb:\"Sing, dance, juggle, dazzle \\u2014 the Sunday stage is yours. Register your act ahead of time to claim a spot in this year's show.\",\n        url:\"https:\/\/forms.gle\/GnvVSkofUnVnKubo7\", cta:\"Register your act\" },\n\n      { name:\"Touch a Truck\", cat:\"kids\", glyph:\"truck\", tag:\"Vehicle sign-up\",\n        blurb:\"Have a big rig, tractor, fire truck or cool machine the kids should climb into? Sign up to bring your vehicle to the grounds.\",\n        url:\"https:\/\/forms.gle\/J8YDUabRYEUMnSsLA\", cta:\"Sign up a vehicle\" },\n\n      { name:\"Pet Show\", cat:\"kids\", glyph:\"pet\", tag:\"Entry form\",\n        blurb:\"Best Dressed, Best Trick, Best Hair and more! Enter your best friend in Sunday's Pet Show and show them off in the ring.\",\n        url:\"https:\/\/forms.gle\/VkiUpyexM9msDMYD9\", cta:\"Enter your pet\" },\n\n      { name:\"Bike Rodeo\", cat:\"kids\", glyph:\"bike\", tag:\"Register\",\n        blurb:\"A fun, safety-focused bike course for kids on Monday morning. Register your rider ahead of time \\u2014 helmets required!\",\n        url:\"https:\/\/forms.gle\/QvmPoAQ3CxGMDEL47\", cta:\"Register a rider\" },\n\n      { name:\"Pub Crawl + Comedy Show\", cat:\"compete\", glyph:\"pub\", tag:\"19+ \u00b7 Sign up\",\n        blurb:\"Reserve your spot for Friday night's Pub Crawl and the Comedy Show that follows. A 19+ evening \\u2014 sign up here.\",\n        url:\"https:\/\/forms.gle\/5DDz3fJ7WXQyubHN7\", cta:\"Sign up (19+)\" },\n\n      { name:\"Adult Battle Zone\", cat:\"compete\", glyph:\"muscle\", tag:\"Pre-register\",\n        blurb:\"Grown-ups only \\u2014 a high-energy battle of strength and strategy on Monday. Pre-registration is required, so lock in your spot ahead of time.\",\n        url:\"https:\/\/forms.gle\/W4oFY5whQLLP1k357\", cta:\"Pre-register\" },\n\n      \/* ---- Grand Street Parade (two entries) ---- *\/\n      { name:\"Grand Street Parade \\u2014 Entry\", cat:\"parade\", glyph:\"parade\", tag:\"Parade entry\",\n        blurb:\"Individuals, groups and businesses: enter a float or walking entry in Monday's Grand Street Parade down Commercial Street. The first stretch is a Quiet Zone.\",\n        url:\"https:\/\/forms.gle\/mNTv3avx7UZfwvabA\", cta:\"Enter the parade\" },\n\n      { name:\"Grand Street Parade \\u2014 Children's Section\", cat:\"parade\", glyph:\"child\", tag:\"Kids' section\",\n        blurb:\"New this year the children's parade joins the Grand Street Parade! Register your child's entry for the family section of the procession here.\",\n        url:\"https:\/\/forms.gle\/4U6XLKZzYe8ik1V48\", cta:\"Register a child's entry\" },\n\n      \/* ---- Live Music (two entries: sign up + needs) ---- *\/\n      { name:\"Live Music \\u2014 Performer Sign-Up\", cat:\"perform\", glyph:\"music\", tag:\"Musicians\",\n        blurb:\"Are you a local musician who'd like to play Gala Days? Grab an available slot on our Live Music sign-up and share your talents with the Valley.\",\n        url:\"https:\/\/www.signupgenius.com\/go\/10C0444ABA82BA3FDC52-64877272-berwick\", cta:\"Pick a slot\" },\n\n      { name:\"Live Music \\u2014 Performer Needs\", cat:\"perform\", glyph:\"needs\", tag:\"Musicians\",\n        blurb:\"Already signed up to perform? Let us know what you'll need on the day \\u2014 sound, staging, timing \\u2014 so we can have everything ready when you arrive.\",\n        url:\"https:\/\/forms.gle\/wEdaxsKC8Ez9koKPA\", cta:\"Submit performer needs\", alt:true }\n    ];\n\n    \/* filter categories in display order *\/\n    var CATS = [\n      [\"all\",\"All Forms\"],\n      [\"compete\",\"Compete\"],\n      [\"perform\",\"Perform\"],\n      [\"kids\",\"Kids\"],\n      [\"parade\",\"Parade\"],\n      [\"logistics\",\"Event Needs\"]\n    ];\n\n    var filtersEl = document.getElementById('gfFilters');\n    var gridEl = document.getElementById('gfGrid');\n\n    function esc(s){ return (s||'').replace(\/&\/g,'&amp;').replace(\/<\/g,'&lt;').replace(\/>\/g,'&gt;'); }\n\n    function iconBanner(f){\n      var t = TINT[f.cat] || TINT.logistics;\n      var glyph = G[f.glyph] || G.clipboard;\n      return '<div class=\"gf-icon\" style=\"background:linear-gradient(135deg,'+t[0]+','+t[0]+')\">'\n        + '<span style=\"color:'+t[1]+'\" class=\"gf-glyphwrap\">'+glyph.replace('<svg','<svg class=\"gf-glyph\"')+'<\/span>'\n        + (f.tag?'<span class=\"gf-tag'+(f.cat==='logistics'?' info':'')+'\">'+esc(f.tag)+'<\/span>':'')\n        + '<\/div>';\n    }\n\n    function render(cat){\n      var list = FORMS.filter(function(f){ return cat==='all' || f.cat===cat; });\n      var html = '';\n      list.forEach(function(f){\n        var cta = f.cta || 'Open form';\n        var btnGlyph = \/needs|slot|pick\/i.test(cta) ? G.pencil : G.go;\n        html += '<article class=\"gf-card\">'\n          + iconBanner(f)\n          + '<div class=\"gf-body\">'\n          +   '<h3 class=\"gf-name\">'+esc(f.name)+'<\/h3>'\n          +   '<p class=\"gf-blurb\">'+esc(f.blurb)+'<\/p>'\n          +   '<a class=\"gf-btn'+(f.alt?' alt':'')+'\" href=\"'+f.url+'\" target=\"_blank\" rel=\"noopener\">'+esc(cta)+btnGlyph+'<\/a>'\n          + '<\/div>'\n          + '<\/article>';\n      });\n      gridEl.innerHTML = html;\n    }\n\n    function selectFilter(cat){\n      Array.prototype.forEach.call(filtersEl.children, function(c){\n        c.setAttribute('aria-selected', c.dataset.cat===cat ? 'true':'false');\n      });\n      render(cat);\n    }\n\n    CATS.forEach(function(c){\n      var b = document.createElement('button');\n      b.className = 'gf-filter'; b.dataset.cat = c[0]; b.setAttribute('role','tab');\n      b.textContent = c[1];\n      b.addEventListener('click', function(){ selectFilter(c[0]); });\n      filtersEl.appendChild(b);\n    });\n\n    selectFilter('all');\n  })();\n  <\/script>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/berwickgaladays.org\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/berwickgaladays.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/berwickgaladays.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/berwickgaladays.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/berwickgaladays.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":5,"href":"https:\/\/berwickgaladays.org\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":536,"href":"https:\/\/berwickgaladays.org\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/536"}],"wp:attachment":[{"href":"https:\/\/berwickgaladays.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}