camelford-today.co.uk Ads.txt file

<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta property="og:url" content="www.cornish-times.co.uk/"/><meta property="og:type" content="website"/><meta property="og:locale" content="en"/><meta property="og:site_name" content="Cornish times"/><link rel="canonical" href=""/><script async="" id="ebx" src="//applets.ebxcdn.com/ebx.js"></script><link rel="icon" href="/favicons/tindle_crest.ico"/><meta name="view-transition" content="same-origin"/><meta name="google-site-verification" content="thepost.uk.com"/><script type="text/javascript" async="">
try {
(function() {
// Prevent multiple initializations
if (window.__cmpInitialized) {
return;
}
window.__cmpInitialized = true;

var host = window.location.hostname;
var element = document.createElement('script');
var firstScript = document.getElementsByTagName('script')[0];
var url = 'https://cmp.inmobi.com'
.concat('/choice/', 'uGUachD16z0h6', '/', host, '/choice.js?tag_version=V3');
var uspTries = 0;
var uspTriesLimit = 3;
element.async = true;
element.type = 'text/javascript';
element.src = url;

firstScript.parentNode.insertBefore(element, firstScript);

function makeStub() {
var TCF_LOCATOR_NAME = '__tcfapiLocator';
var queue = [];
var win = window;
var cmpFrame;
var messageHandlerAdded = false;

function addFrame() {
var doc = win.document;
var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);

if (!otherCMP) {
if (doc.body) {
var iframe = doc.createElement('iframe');

iframe.style.cssText = 'display:none';
iframe.name = TCF_LOCATOR_NAME;
doc.body.appendChild(iframe);
} else {
setTimeout(addFrame, 5);
}
}
return !otherCMP;
}

function tcfAPIHandler() {
var gdprApplies;
var args = arguments;

if (!args.length) {
return queue;
} else if (args[0] === 'setGdprApplies') {
if (
args.length > 3 &&
args[2] === 2 &&
typeof args[3] === 'boolean'
) {
gdprApplies = args[3];
if (typeof args[2] === 'function') {
args[2]('set', true);
}
}
} else if (args[0] === 'ping') {
var retr = {
gdprApplies: gdprApplies,
cmpLoaded: false,
cmpStatus: 'stub'
};

if (typeof args[2] === 'function') {
args[2](retr);
}
} else {
if(args[0] === 'init' && typeof args[3] === 'object') {
args[3] = Object.assign(args[3], { tag_version: 'V3' });
}
queue.push(args);
}
}

function postMessageEventHandler(event) {
try {
var msgIsString = typeof event.data === 'string';
var json = {};

try {
if (msgIsString) {
json = JSON.parse(event.data);
} else {
json = event.data;
}
} catch (ignore) {}

var payload = json.__tcfapiCall;

if (payload) {
try {
window.__tcfapi(
payload.command,
payload.version,
function(retValue, success) {
var returnMsg = {
__tcfapiReturn: {
returnValue: retValue,
success: success,
callId: payload.callId
}
};
if (msgIsString) {
returnMsg = JSON.stringify(returnMsg);
}
if (event && event.source && event.source.postMessage) {
event.source.postMessage(returnMsg, '*');
}
},
payload.parameter
);
} catch (e) {
console.warn('TCF API error:', e);
}
}
} catch (error) {
console.warn('Error in postMessageEventHandler:', error);
}
}

while (win) {
try {
if (win.frames[TCF_LOCATOR_NAME]) {
cmpFrame = win;
break;
}
} catch (ignore) {}

if (win === window.top) {
break;
}
win = win.parent;
}
if (!cmpFrame) {
addFrame();
win.__tcfapi = tcfAPIHandler;
if (!messageHandlerAdded) {
win.addEventListener('message', postMessageEventHandler, false);
messageHandlerAdded = true;
}
}
};

makeStub();

function makeGppStub() {
const CMP_ID = 10;
const SUPPORTED_APIS = [
'2:tcfeuv2',
'6:uspv1',
'7:usnatv1',
'8:usca',
'9:usvav1',
'10:uscov1',
'11:usutv1',
'12:usctv1'
];

var gppMessageHandlerAdded = false;

window.__gpp_addFrame = function (n) {
if (!window.frames[n]) {
if (document.body) {
var i = document.createElement("iframe");
i.style.cssText = "display:none";
i.name = n;
document.body.appendChild(i);
} else {
window.setTimeout(window.__gpp_addFrame, 10, n);
}
}
};
window.__gpp_stub = function () {
var b = arguments;
__gpp.queue = __gpp.queue || [];
__gpp.events = __gpp.events || [];

if (!b.length || (b.length == 1 && b[0] == "queue")) {
return __gpp.queue;
}

if (b.length == 1 && b[0] == "events") {
return __gpp.events;
}

var cmd = b[0];
var clb = b.length > 1 ? b[1] : null;
var par = b.length > 2 ? b[2] : null;

// Validate callback is a function before using it
if (typeof clb !== 'function') {
console.warn('GPP: Invalid callback provided, skipping command:', cmd);
return;
}

if (cmd === "ping") {
clb(
{
gppVersion: "1.1", // must be "Version.Subversion", current: "1.1"
cmpStatus: "stub", // possible values: stub, loading, loaded, error
cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled
signalStatus: "not ready", // possible values: not ready, ready
supportedAPIs: SUPPORTED_APIS, // list of supported APIs
cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading
sectionList: [],
applicableSections: [-1],
gppString: "",
parsedSections: {},
},
true
);
} else if (cmd === "addEventListener") {
if (!("lastId" in __gpp)) {
__gpp.lastId = 0;
}
__gpp.lastId++;
var lnr = __gpp.lastId;
__gpp.events.push({
id: lnr,
callback: clb,
parameter: par,
});
clb(
{
eventName: "listenerRegistered",
listenerId: lnr, // Registered ID of the listener
data: true, // positive signal
pingData: {
gppVersion: "1.1", // must be "Version.Subversion", current: "1.1"
cmpStatus: "stub", // possible values: stub, loading, loaded, error
cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled
signalStatus: "not ready", // possible values: not ready, ready
supportedAPIs: SUPPORTED_APIS, // list of supported APIs
cmpId: CMP_ID, // list of supported APIs
sectionList: [],
applicableSections: [-1],
gppString: "",
parsedSections: {},
},
},
true
);
} else if (cmd === "removeEventListener") {
var success = false;
for (var i = 0; i < __gpp.events.length; i++) {
if (__gpp.events[i].id == par) {
__gpp.events.splice(i, 1);
success = true;
break;
}
}
clb(
{
eventName: "listenerRemoved",
listenerId: par, // Registered ID of the listener
data: success, // status info
pingData: {
gppVersion: "1.1", // must be "Version.Subversion", current: "1.1"
cmpStatus: "stub", // possible values: stub, loading, loaded, error
cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled
signalStatus: "not ready", // possible values: not ready, ready
supportedAPIs: SUPPORTED_APIS, // list of supported APIs
cmpId: CMP_ID, // CMP ID
sectionList: [],
applicableSections: [-1],
gppString: "",
parsedSections: {},
},
},
true
);
} else if (cmd === "hasSection") {
clb(false, true);
} else if (cmd === "getSection" || cmd === "getField") {
clb(null, true);
}
//queue all other commands
else {
__gpp.queue.push([].slice.apply(b));
}
};
window.__gpp_msghandler = function (event) {
try {
var msgIsString = typeof event.data === "string";
try {
var json = msgIsString ? JSON.parse(event.data) : event.data;
} catch (e) {
var json = null;
}
if (typeof json === "object" && json !== null && "__gppCall" in json) {
var i = json.__gppCall;
window.__gpp(
i.command,
function (retValue, success) {
var returnMsg = {
__gppReturn: {
returnValue: retValue,
success: success,
callId: i.callId,
},
};
event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*");
},
"parameter" in i ? i.parameter : null,
"version" in i ? i.version : "1.1"
);
}
} catch (error) {
console.warn('Error in __gpp_msghandler:', error);
}
};
if (!("__gpp" in window) || typeof window.__gpp !== "function") {
window.__gpp = window.__gpp_stub;
if (!gppMessageHandlerAdded) {
window.addEventListener("message", window.__gpp_msghandler, false);
gppMessageHandlerAdded = true;
}
window.__gpp_addFrame("__gppLocator");
}
};

makeGppStub();

var uspStubFunction = function() {
var arg = arguments;
if (typeof window.__uspapi !== uspStubFunction) {
setTimeout(function() {
if (typeof window.__uspapi !== 'undefined') {
try {
window.__uspapi.apply(window.__uspapi, arg);
} catch (e) {
console.warn('USP API error:', e);
}
}
}, 500);
}
};

var checkIfUspIsReady = function() {
uspTries++;
if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
console.warn('USP is not accessible');
} else {
clearInterval(uspInterval);
}
};

if (typeof window.__uspapi === 'undefined') {
window.__uspapi = uspStubFunction;
var uspInterval = setInterval(checkIfUspIsReady, 6000);
}

// Add cleanup function for page unload
window.addEventListener('beforeunload', function() {
try {
if (window.__gpp_msghandler) {
window.removeEventListener("message", window.__gpp_msghandler, false);
}
} catch (e) {
console.warn('Error during CMP cleanup:', e);
}
});
})()
} catch (e) {
console.error("Error in InMobi Choice consent script:", e.message);
}
</script><title>Cornish &amp; Devon Post - local news at the heart of the community</title><meta name="robots" content="index,follow"/><meta name="googlebot" content="index,follow"/><meta name="description" content="Latest news, sport and what’s on in Cornwall, North and West Devon and your local area."/><meta property="og:title" content="Cornish &amp; Devon Post - local news at the heart of the community"/><meta property="og:description" content="Latest news, sport and what’s on in Cornwall, North and West Devon and your local area."/><meta property="og:image" content="/images/cat_images/News.jpg"/><meta property="og:image:alt" content="Home"/><script type="application/ld+json">{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "www.thepost.uk.com/",
"name": "Home"
}
}
]
}</script><script type="text/javascript">
(function() {
/** CONFIGURATION START **/
var _sf_async_config = window._sf_async_config = (window._sf_async_config || {});
_sf_async_config.uid = 65613;
_sf_async_config.domain = "thepost.uk.com"; //CHANGE THIS TO THE ROOT DOMAIN
_sf_async_config.flickerControl = false;
_sf_async_config.useCanonical = true;
_sf_async_config.useCanonicalDomain = true;
_sf_async_config.sections = "Home"; // CHANGE THIS TO YOUR SECTION NAME(s)
_sf_async_config.authors = ""; // CHANGE THIS TO YOUR AUTHOR NAME(s)
_sf_async_config.title = "Cornish & Devon Post - local news at the heart of the community";
_sf_async_config.pagetype = 'article';
_sf_async_config.path = 'www.thepost.uk.com/';
/** CONFIGURATION END **/
function loadChartbeat() {
var e = document.createElement('script');
var n = document.getElementsByTagName('script')[0];
e.type = 'text/javascript';
e.async = true;
e.src = '//static.chartbeat.com/js/chartbeat.js';;
n.parentNode.insertBefore(e, n);
}
loadChartbeat();
})();
</script><script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WF3QDBR');
</script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-MT368J6WEV');
</script><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-MT368J6WEV"></script><meta name="next-head-count" content="25"/><link rel="preload" href="/_next/static/css/d00c8ee736709a15.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d00c8ee736709a15.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-0d1b80a048d4787e.js"></script><script defer="" src="/_next/static/chunks/5e1d0a5e-ddfb2df3133e93e7.js"></script><script defer="" src="/_next/static/chunks/2990218c-a013b945203aa83a.js"></script><script defer="" src="/_next/static/chunks/82a6ce3c-9ae1cfe19f080cc8.js"></script><script defer="" src="/_next/static/chunks/1534-a565f04f99ae8f80.js"></script><script defer="" src="/_next/static/chunks/5605-acb88436a061f750.js"></script><script defer="" src="/_next/static/chunks/5617.68138c78f131d5ea.js"></script><script defer="" src="/_next/static/chunks/5783-5b4ba5fbafd01f7d.js"></script><script defer="" src="/_next/static/chunks/3647-0102ac8a7d128705.js"></script><script defer="" src="/_next/static/chunks/6337.03b88df702d20bae.js"></script><script defer="" src="/_next/static/chunks/280.916efe1bc9af5c6c.js"></script><script defer="" src="/_next/static/chunks/4257.f5f41a3df92ff58e.js"></script><script defer="" src="/_next/static/chunks/e45e4145-b177c1e63ab0804b.js"></script><script defer="" src="/_next/static/chunks/2253-0da88068b34153c5.js"></script><script defer="" src="/_next/static/chunks/229.2787d03ca5b61c62.js"></script><script defer="" src="/_next/static/chunks/2339.5c16ce488bd0772e.js"></script><script defer="" src="/_next/static/chunks/882.6a05213f51abc5ed.js"></script><script defer="" src="/_next/static/chunks/8907.d47c06a4b2ef2bea.js"></script><script defer="" src="/_next/static/chunks/8108.ae3b3bc44d00c7cf.js"></script><script defer="" src="/_next/static/chunks/5823.0bf259c21754c4d3.js"></script><script defer="" src="/_next/static/chunks/37.1b4af2a5279e1bdc.js"></script><script src="/_next/static/chunks/webpack-17683906770edb3c.js" defer=""></script><script src="/_next/static/chunks/framework-ef91cdc4e4d05e09.js" defer=""></script><script src="/_next/static/chunks/main-e3f6c261eec13e6e.js" defer=""></script><script src="/_next/static/chunks/pages/_app-d5299a3437a3bd86.js" defer=""></script><script src="/_next/static/chunks/1996-7aa5810309b6c880.js" defer=""></script><script src="/_next/static/chunks/pages/index-de25eedc9b4a0a69.js" defer=""></script><script src="/_next/static/HllMqp5dPumpNFN7dlU3j/_buildManifest.js" defer=""></script><script src="/_next/static/HllMqp5dPumpNFN7dlU3j/_ssgManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.5">@-webkit-keyframes fade-in{from{opacity:0;}}/*!sc*/
@keyframes fade-in{from{opacity:0;}}/*!sc*/
@-webkit-keyframes fade-out{to{opacity:0;}}/*!sc*/
@keyframes fade-out{to{opacity:0;}}/*!sc*/
@view-transition{-webkit-navigation:auto;-moz-navigation:auto;-ms-navigation:auto;navigation:auto;}/*|*/@media (prefers-reduced-motion:reduce){@view-transition{-webkit-navigation:none;-moz-navigation:none;-ms-navigation:none;navigation:none;}}/*!sc*/
:root{view-transition-name:page;}/*!sc*/
:root::view-transition-old(page){-webkit-animation-name:fade-out;animation-name:fade-out;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;}/*!sc*/
html,body{background-color:white;padding:0;margin:0;font-family:"Nunito",sans-serif;color:#272727;}/*!sc*/
a{color:inherit;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
p{margin:0;}/*!sc*/
h1{font-family:"Nunito";font-size:52px;font-style:normal;font-weight:800;line-height:60px;}/*!sc*/
@media (max-width:768px){h1{font-size:24px;line-height:32px;}}/*!sc*/
h2{font-family:"Nunito";font-size:32px;font-style:normal;font-weight:800;line-height:40px;}/*!sc*/
@media (max-width:768px){h2{font-size:20px;line-height:24px;}}/*!sc*/
*{box-sizing:border-box;}/*!sc*/
.ril-image-current{object-fit:contain;max-height:100vh;max-width:100vw;}/*!sc*/
data-styled.g1[id="sc-global-khhkej1"]{content:"sc-global-khhkej1,"}/*!sc*/
.gLGOjW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;justify-items:center;min-height:250px;margin-bottom:20px;}/*!sc*/
@media (max-width:1170px){.gLGOjW{min-height:50px;margin-bottom:0;}}/*!sc*/
@media (max-width:754px){.gLGOjW.desktop_banner{display:none;}}/*!sc*/
@media (min-width:755px){.gLGOjW.mobile_banner{display:none;}}/*!sc*/
.gLGOjW .topbar{margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-self:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;justify-items:center;}/*!sc*/
@media (max-width:1170px){.gLGOjW .topbar{max-width:100vw;overflow-x:hidden;}}/*!sc*/
data-styled.g2[id="TopBannerstyled__Wrapper-sc-x2ypns-0"]{content:"gLGOjW,"}/*!sc*/
.iJDyvv{max-width:975px;margin:1rem auto;}/*!sc*/
@media (max-width:1150px){.iJDyvv{max-width:95vw;margin:1rem auto;}}/*!sc*/
.iJDyvv.section-wrapper{margin:250px auto 1rem;}/*!sc*/
@media (max-width:1150px){.iJDyvv.section-wrapper{margin:1rem auto;}}/*!sc*/
data-styled.g4[id="CenterWrapperstyled__InnerWrapper-sc-wsic9j-1"]{content:"iJDyvv,"}/*!sc*/
.fCyhxd{display:grid;cursor:default;grid-template-columns:1fr 1fr 2fr;padding:32px 52px 0px 52px;font-size:14px;font-weight:400;line-height:16px;background:#FFF;font-family:'Nunito',sans-serif;border-top:1px solid #00589F;}/*!sc*/
@media (max-width:768px){.fCyhxd{grid-template-columns:1fr;padding:16px;}}/*!sc*/
data-styled.g5[id="Footerstyled__FooterWrapper-sc-4mau84-0"]{content:"fCyhxd,"}/*!sc*/
.kgitTH{max-width:70%;text-align:left;}/*!sc*/
.kgitTH address{font-style:normal;}/*!sc*/
.kgitTH .contact-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g6[id="Footerstyled__InnerContactWrapper-sc-4mau84-1"]{content:"kgitTH,"}/*!sc*/
.idEKQs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
@media (max-width:768px){.idEKQs{margin:20px 0 20px 0;}}/*!sc*/
.idEKQs .newsletter-footer{margin:0;padding:0;background-color:#FFF;}/*!sc*/
.idEKQs .newsletter-footer .newsletter_card .grid_container,.idEKQs .newsletter-footer .checkbox{width:85%;}/*!sc*/
data-styled.g7[id="Footerstyled__NewsletterWrapper-sc-4mau84-2"]{content:"idEKQs,"}/*!sc*/
.kfIVEr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
@media (max-width:768px){.kfIVEr{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}/*!sc*/
data-styled.g8[id="Footerstyled__ContactDetailsWrapper-sc-4mau84-3"]{content:"kfIVEr,"}/*!sc*/
.kdVmIp{max-width:100%;width:100%;margin-bottom:32px;}/*!sc*/
.kdVmIp #logo{max-width:250px;margin:0;}/*!sc*/
@media (max-width:768px){.kdVmIp{margin:0 auto;width:100%;}.kdVmIp #logo{margin:0 auto;}}/*!sc*/
data-styled.g9[id="Footerstyled__LogoWrapper-sc-4mau84-4"]{content:"kdVmIp,"}/*!sc*/
.cRpDUh{background:#FFF;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:12px 52px 32px;font-family:'Koh',serif;font-style:normal;font-weight:400;line-height:16px;}/*!sc*/
data-styled.g10[id="Footerstyled__FooterBottom-sc-4mau84-5"]{content:"cRpDUh,"}/*!sc*/
.dVUVZt{background:#FFF;}/*!sc*/
data-styled.g11[id="Footerstyled__FooterBottomBorderContainer-sc-4mau84-6"]{content:"dVUVZt,"}/*!sc*/
.hmxnFS{width:calc(100% - 104px);border-top:1px solid #272727;margin:0 auto;background:#FFF;}/*!sc*/
data-styled.g12[id="Footerstyled__FooterBottomBorder-sc-4mau84-7"]{content:"hmxnFS,"}/*!sc*/
.ckqCBA{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
@media (max-width:768px){.ckqCBA{padding-top:26px;}}/*!sc*/
data-styled.g13[id="Footerstyled__ContactWrapper-sc-4mau84-8"]{content:"ckqCBA,"}/*!sc*/
.ieeCZS{margin-right:auto;}/*!sc*/
@media (max-width:768px){.ieeCZS{margin:0;}}/*!sc*/
data-styled.g14[id="Footerstyled__SocialWrapper-sc-4mau84-9"]{content:"ieeCZS,"}/*!sc*/
.cuKBbF{padding-bottom:8px;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;}/*!sc*/
data-styled.g15[id="Footerstyled__SubHeading-sc-4mau84-10"]{content:"cuKBbF,"}/*!sc*/
.hZRjGZ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}/*!sc*/
.hZRjGZ a{padding-right:8px;}/*!sc*/
data-styled.g16[id="Footerstyled__SocialLinkWrapper-sc-4mau84-11"]{content:"hZRjGZ,"}/*!sc*/
.hhjrfu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 50px;}/*!sc*/
.hhjrfu .footer-menu{list-style-type:none;padding:0;margin:0;}/*!sc*/
.hhjrfu .footer-menu li{margin:4px 0;}/*!sc*/
.hhjrfu .footer-menu li:hover{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
@media (max-width:768px){.hhjrfu{padding:16px 0 0 0;}}/*!sc*/
data-styled.g17[id="Footerstyled__FooterMenuWrapper-sc-4mau84-12"]{content:"hhjrfu,"}/*!sc*/
.ctzgUt{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding-bottom:8px;}/*!sc*/
.ctzgUt svg{margin-right:10px;}/*!sc*/
data-styled.g18[id="Footerstyled__LinksWrapper-sc-4mau84-13"]{content:"ctzgUt,"}/*!sc*/
.hmqzZk{font-size:12px;}/*!sc*/
data-styled.g19[id="Footerstyled__LegalText-sc-4mau84-14"]{content:"hmqzZk,"}/*!sc*/
.gpnIjg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g20[id="SocialLinkstyled__SocialLinkStyledWrapper-sc-cxgc9t-0"]{content:"gpnIjg,"}/*!sc*/
.kgJpcH{border-radius:25px;width:20px;height:20px;-webkit-text-decoration:none;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border:0;outline:0;cursor:pointer;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;background-color:transparent;}/*!sc*/
.kgJpcH svg{color:#1977f3;fill:white;font-size:16px;}/*!sc*/
.kgJpcH svg:hover{fill:white;}/*!sc*/
.fyYSFZ{border-radius:25px;width:20px;height:20px;-webkit-text-decoration:none;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border:0;outline:0;cursor:pointer;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;background-color:transparent;}/*!sc*/
.fyYSFZ svg{color:#0f1419;fill:white;font-size:16px;}/*!sc*/
.fyYSFZ svg:hover{fill:white;}/*!sc*/
data-styled.g21[id="SocialLinkstyled__SocialLinkStyled-sc-cxgc9t-1"]{content:"kgJpcH,fyYSFZ,"}/*!sc*/
.hrJPfr{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g24[id="Logo__Link-sc-m24d4e-1"]{content:"hrJPfr,"}/*!sc*/
.ilzXJo{width:350px;height:85px;object-fit:contain;margin:0 auto;cursor:pointer;}/*!sc*/
@media (max-width:1170px){.ilzXJo{width:250px;margin:auto;height:70px;}}/*!sc*/
@media (max-width:450px){.ilzXJo{width:220px;margin:auto;height:70px;}}/*!sc*/
data-styled.g25[id="Logo__Image-sc-m24d4e-2"]{content:"ilzXJo,"}/*!sc*/
.ihwjaE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}/*!sc*/
data-styled.g26[id="CheckBoxstyled__CheckboxWrapper-sc-8bsjax-0"]{content:"ihwjaE,"}/*!sc*/
.fpkqNb{font-family:'Koh',serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;}/*!sc*/
.fpkqNb a{color:#00589F;}/*!sc*/
data-styled.g27[id="CheckBoxstyled__StyledLabel-sc-8bsjax-1"]{content:"fpkqNb,"}/*!sc*/
.fybOVn{background-color:#DCEFFF;border-radius:16px;padding:0.5rem 6rem;margin-top:20px;}/*!sc*/
@media (max-width:768px){.fybOVn{padding:0.5rem 0;}}/*!sc*/
.fybOVn .newsletter_card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-shadow:none;margin:0;}/*!sc*/
.fybOVn .checkbox label{font-family:'Koh',serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-left:6px;}/*!sc*/
.fybOVn .checkbox a{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.fybOVn h1{font-family:'Nunito',sans-serif;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;margin-bottom:10px;}/*!sc*/
data-styled.g28[id="NewsLetterSignUpstyled__NewsLetterSignUpWrapper-sc-aru595-0"]{content:"fybOVn,"}/*!sc*/
.hKaFeL{font-family:'Koh',serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:10px;text-align:center;}/*!sc*/
data-styled.g29[id="NewsLetterSignUpstyled__Info-sc-aru595-1"]{content:"hKaFeL,"}/*!sc*/
.crjyZV{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px;}/*!sc*/
data-styled.g30[id="NewsLetterSignUpstyled__InputWrapper-sc-aru595-2"]{content:"crjyZV,"}/*!sc*/
.bgmdkq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
@media (max-width:768px){.bgmdkq{grid-template-columns:1fr;row-gap:10px;}}/*!sc*/
data-styled.g31[id="NewsLetterSignUpstyled__Grid-sc-aru595-3"]{content:"bgmdkq,"}/*!sc*/
.hIxYBA{background-color:#00589F;color:#FFF;position:absolute;height:40px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;right:0;top:1px;border:0;width:90px;border-radius:0 20px 20px 0;cursor:pointer;font-family:'Nunito',sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px;}/*!sc*/
.hIxYBA:hover{background-color:#216CA8;}/*!sc*/
.hIxYBA:focus{background-color:#014984;}/*!sc*/
.hIxYBA:disabled{cursor:not-allowed;}/*!sc*/
data-styled.g33[id="NewsLetterSignUpstyled__SubmitButton-sc-aru595-5"]{content:"hIxYBA,"}/*!sc*/
.inYbVm{font-family:'Nunito',sans-serif;outline:0;width:100%;margin:auto 0;border:0;padding:20px;font-size:16px;line-height:24px;box-sizing:border-box;border-radius:20px;background-color:#FFF;border:1px solid #BEBEBE;height:40px;}/*!sc*/
.inYbVm:focus{border:1px solid #00589F;}/*!sc*/
.inYbVm:hover{border:1px solid #00589F;}/*!sc*/
.inYbVm::-webkit-input-placeholder{color:grey;}/*!sc*/
.inYbVm::-moz-placeholder{color:grey;}/*!sc*/
.inYbVm:-ms-input-placeholder{color:grey;}/*!sc*/
.inYbVm::placeholder{color:grey;}/*!sc*/
data-styled.g35[id="Fieldstyled__InputStyled-sc-dpy94y-0"]{content:"inYbVm,"}/*!sc*/
.iUrbTJ{right:0;top:12px;position:absolute;}/*!sc*/
data-styled.g38[id="Fieldstyled__IconWrapper-sc-dpy94y-3"]{content:"iUrbTJ,"}/*!sc*/
.iwGrFT{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;position:relative;}/*!sc*/
.iwGrFT span{margin-right:5px;}/*!sc*/
data-styled.g41[id="Fieldstyled__InputWrapper-sc-dpy94y-6"]{content:"iwGrFT,"}/*!sc*/
.cktzel{font-family:'Nunito',sans-serif;font-size:32px;font-style:normal;font-weight:800;line-height:40px;}/*!sc*/
@media (max-width:768px){.cktzel{font-size:20px;line-height:24px;}}/*!sc*/
.hEkSXa{text-transform:uppercase;font-family:'Nunito',sans-serif;font-size:13px;font-style:normal;font-weight:900;line-height:30px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-align:left;margin:0;color:#00589F;}/*!sc*/
data-styled.g44[id="Titlestyled__StyledTitle-sc-1ijng3a-0"]{content:"cktzel,hEkSXa,"}/*!sc*/
.bevunH{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:10px;column-gap:10px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}/*!sc*/
data-styled.g45[id="Titlestyled__TitleWrapper-sc-1ijng3a-1"]{content:"bevunH,"}/*!sc*/
.lnMYDK{padding:1.5rem;background:#DCEFFF;border-radius:16px;display:grid;row-gap:12px;}/*!sc*/
@media (max-width:768px){.lnMYDK{padding:1rem;}}/*!sc*/
.lnMYDK .tab{font-family:'Nunito',sans-serif;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;color:#00589F;text-align:center;}/*!sc*/
data-styled.g46[id="Cardstyled__Wrapper-sc-3i636i-0"]{content:"lnMYDK,"}/*!sc*/
.ceHCmK{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:48px;padding-left:18px;padding-right:18px;border-bottom:1px solid #272727;}/*!sc*/
.ceHCmK a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g47[id="Menustyled__PrimaryMenuWrapper-sc-1pskso5-0"]{content:"ceHCmK,"}/*!sc*/
.eBvkaT{position:relative;}/*!sc*/
@media (max-width:1170px){.eBvkaT{display:none;}}/*!sc*/
data-styled.g48[id="Menustyled__Wrapper-sc-1pskso5-1"]{content:"eBvkaT,"}/*!sc*/
.jKuPPf{padding:0 0.6rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
data-styled.g52[id="Menustyled__Route-sc-1pskso5-5"]{content:"jKuPPf,"}/*!sc*/
.EajrI{cursor:pointer;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;margin:auto 0;text-align:center;vertical-align:middle;border-bottom:2px solid #00589F;color:#00589F;}/*!sc*/
.EajrI:hover{color:#00589F;}/*!sc*/
.ca-dJOX{cursor:pointer;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;margin:auto 0;text-align:center;vertical-align:middle;}/*!sc*/
.ca-dJOX:hover{color:#00589F;}/*!sc*/
data-styled.g53[id="Menustyled__StyledRouteTitle-sc-1pskso5-6"]{content:"EajrI,ca-dJOX,"}/*!sc*/
.deeBTV{padding:0;}/*!sc*/
data-styled.g55[id="FullMenustyled__StyledHamburgerWrapper-sc-1w0m8ov-0"]{content:"deeBTV,"}/*!sc*/
.cqwPTv{width:20px;height:20px;}/*!sc*/
data-styled.g56[id="FullMenustyled__Placeholder-sc-1w0m8ov-1"]{content:"cqwPTv,"}/*!sc*/
.habHPd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-items:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;}/*!sc*/
data-styled.g60[id="FullMenustyled__FullMenuWrapper-sc-1w0m8ov-5"]{content:"habHPd,"}/*!sc*/
.hBasir{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
.hBasir button{padding-right:15px;}/*!sc*/
@media (min-width:1170px){.hBasir{display:none;}}/*!sc*/
data-styled.g70[id="Socialstyled__Wrapper-sc-1xd6fd1-0"]{content:"hBasir,"}/*!sc*/
.cXXNtD{font-family:'Nunito',sans-serif;font-size:12px;font-style:normal;cursor:pointer;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;background:none;border:0px;color:#272727;}/*!sc*/
data-styled.g74[id="Authstyled__Login-sc-1w1lsfc-1"]{content:"cXXNtD,"}/*!sc*/
.jUOfMf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding-top:10px;}/*!sc*/
@media (max-width:1170px){.jUOfMf{display:none;}}/*!sc*/
data-styled.g75[id="Authstyled__AuthWrapper-sc-1w1lsfc-2"]{content:"jUOfMf,"}/*!sc*/
.conoim{display:grid;grid-template-rows:70px;grid-template-columns:0.4fr 2fr 0.4fr;border-bottom:1px solid #272727;padding:0 16px;}/*!sc*/
@media (min-width:768px){.conoim{display:grid;grid-template-rows:85px;grid-template-columns:1fr 2fr 1fr 55px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;}}/*!sc*/
@media (min-width:1170px){.conoim{border-bottom:0;padding:0 52px;}}/*!sc*/
data-styled.g88[id="Topbarstyled__Wrapper-sc-soygdx-0"]{content:"conoim,"}/*!sc*/
.eTlmix{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justfify-content:flex-start;}/*!sc*/
data-styled.g89[id="Topbarstyled__InnerWrapper-sc-soygdx-1"]{content:"eTlmix,"}/*!sc*/
.eOUyja{display:none;}/*!sc*/
@media (min-width:768px){.eOUyja{margin:auto 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end;}}/*!sc*/
@media (min-width:1170px){.eOUyja{padding-top:10px;}}/*!sc*/
data-styled.g90[id="Topbarstyled__PrimaryMenuSearchWrapper-sc-soygdx-2"]{content:"eOUyja,"}/*!sc*/
.eMRznF{background:white;border:none;font-size:1.8rem;margin:auto 0 auto 10px;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;}/*!sc*/
.eMRznF svg{width:16px;height:16px;}/*!sc*/
data-styled.g92[id="Searchstyled__SearchButton-sc-1hoi110-1"]{content:"eMRznF,"}/*!sc*/
.frVcYo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;}/*!sc*/
.frVcYo div{display:none;-webkit-animation:kDZho 0.3s ease-in-out;animation:kDZho 0.3s ease-in-out;}/*!sc*/
@media (max-width:768px){.frVcYo{display:none;}}/*!sc*/
data-styled.g93[id="Searchstyled__SearchWrapper-sc-1hoi110-2"]{content:"frVcYo,"}/*!sc*/
.esMLbm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;}/*!sc*/
@media (min-width:768px){.esMLbm{display:none;}}/*!sc*/
data-styled.g94[id="Searchstyled__SearchWrapperMobile-sc-1hoi110-3"]{content:"esMLbm,"}/*!sc*/
.kMUXQE{background:white;position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%;}/*!sc*/
data-styled.g99[id="Navbarstyled__Navbar-sc-97icrg-0"]{content:"kMUXQE,"}/*!sc*/
.gNpcDD{display:grid;-webkit-column-gap:16px;column-gap:16px;margin:20px 0;grid-template-columns:1fr 1fr;}/*!sc*/
@media (max-width:768px){.gNpcDD{grid-template-columns:1fr;}}/*!sc*/
data-styled.g103[id="Subscribestyled__SubscribeWrapper-sc-1085r7d-0"]{content:"gNpcDD,"}/*!sc*/
.cxCSLn{display:grid;grid-template-columns:1fr 1fr;-webkit-column-gap:1rem;column-gap:1rem;row-gap:0.5rem;margin-top:1rem;background-color:#F9F9F9;position:relative;border-radius:16px;}/*!sc*/
@media (max-width:768px){.cxCSLn{grid-template-columns:1fr;}}/*!sc*/
.cxCSLn .content{font-family:'Koh',serif;font-size:14px;font-weight:400;line-height:18px;margin-top:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
.cxCSLn .tab{font-family:'Nunito',sans-serif;font-size:12px;font-weight:800;line-height:12px;text-transform:uppercase;color:#FFF;background:#00589F;padding:4px;border-radius:2px;margin-bottom:4px;display:inline-block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}/*!sc*/
.cxCSLn .subscribe_left{padding:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;}/*!sc*/
data-styled.g104[id="SubscribeItemstyled__SubscribeItemWrapper-sc-d3pr5d-0"]{content:"cxCSLn,"}/*!sc*/
.cIMQIq{background-image:url(/icons/sub_Icons/CornishDevonPost.png);background-size:cover;background-position:center;border-radius:0 16px 16px 0;}/*!sc*/
.NkweI{background-image:url(/icons/digital_icon.jpg);background-size:cover;background-position:center;border-radius:0 16px 16px 0;}/*!sc*/
data-styled.g105[id="SubscribeItemstyled__RightSideImage-sc-d3pr5d-1"]{content:"cIMQIq,NkweI,"}/*!sc*/
.ehqrZf{font-size:18px;margin-left:5px;fill:#00589F;}/*!sc*/
data-styled.g106[id="SubscribeItemstyled__ForwardArrow-sc-d3pr5d-2"]{content:"ehqrZf,"}/*!sc*/
.gBlwwC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:'Nunito',sans-serif;color:#00589F;font-size:14px;font-style:normal;font-weight:600;line-height:24px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #00589F;border-radius:24px;padding:4px 16px;width:114px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;}/*!sc*/
data-styled.g107[id="SubscribeItemstyled__StyledLink-sc-d3pr5d-3"]{content:"gBlwwC,"}/*!sc*/
.RBkGu{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;justify-items:center;height:250px;position:relative;}/*!sc*/
data-styled.g138[id="MPUstyled__MPUWrapper-sc-1cdmm4p-0"]{content:"RBkGu,"}/*!sc*/
.iEeMlD{position:absolute;}/*!sc*/
data-styled.g139[id="MPUstyled__MPUInnerWrapper-sc-1cdmm4p-1"]{content:"iEeMlD,"}/*!sc*/
.bdJHHd{grid-template-columns:1fr 1fr;display:grid;padding-bottom:31px;-webkit-column-gap:1rem;column-gap:1rem;}/*!sc*/
@media (max-width:768px){.bdJHHd{grid-template-columns:1fr 1fr;padding-bottom:20px;row-gap:12px;}}/*!sc*/
@media (max-width:450px){.bdJHHd{grid-template-columns:1fr;padding-bottom:0;}}/*!sc*/
.bdJHHd .tab{max-width:350px;overflow:hidden;}/*!sc*/
@media (max-width:450px){.bdJHHd .tab{max-width:150px;overflow:hidden;}}/*!sc*/
data-styled.g140[id="MultiX2Articlesstyled__Wrapper-sc-1km2223-0"]{content:"bdJHHd,"}/*!sc*/
.dFsGNm{cursor:pointer;position:relative;background:#F9F9F9;border-radius:16px;display:grid;padding:0;}/*!sc*/
@media (max-width:768px){.dFsGNm{grid-template-columns:112px 1fr;}}/*!sc*/
.dFsGNm .inner_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:8px;}/*!sc*/
.dFsGNm .image_wrapper{overflow:hidden;}/*!sc*/
.dFsGNm .image_wrapper img{border-radius:16px 16px 0 0;}/*!sc*/
@media (max-width:768px){.dFsGNm .image_wrapper img{height:100%;width:100%;border-radius:16px 0 0 16px;}}/*!sc*/
.dFsGNm .lead{font-family:'Koh',serif;font-size:14px;font-style:normal;font-weight:400;line-height:18px;margin-top:8px;display:block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}/*!sc*/
.dFsGNm .title{font-size:18px;font-style:normal;font-weight:700;line-height:20px;max-width:100%;min-width:160px;}/*!sc*/
@media (max-width:768px){.dFsGNm .title{font-size:14px;}}/*!sc*/
.dFsGNm .title:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.dFsGNm .tab{font-size:11px;background-color:white;}/*!sc*/
.dFsGNm .tab:hover{cursor:pointer;}/*!sc*/
.dFsGNm .tab:nth-child(even){background-color:#00589F;color:white;}/*!sc*/
.dFsGNm .tab:nth-child(even):hover{background-color:#00589F;cursor:pointer;color:white;}/*!sc*/
.dFsGNm .live{position:absolute;top:0;background-color:white;font-family:'Nunito',sans-serif;font-size:13px;font-style:normal;font-weight:900;line-height:16px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-align:left;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#c80015;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 11px;}/*!sc*/
.dFsGNm .live p{margin:0;}/*!sc*/
@media (max-width:768px){.dFsGNm .live{font-size:11px;padding:3px 5px;}}/*!sc*/
.dFsGNm img{height:100%;object-fit:cover;width:100%;}/*!sc*/
@media (max-width:768px){.dFsGNm img{height:64px;width:96px;}}/*!sc*/
.dFsGNm.multiX2articles{grid-template-rows:280px auto;}/*!sc*/
@media (max-width:768px){.dFsGNm.multiX2articles{grid-template-rows:200px auto;}}/*!sc*/
.dFsGNm .tab_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.dFsGNm .breaking_news{background-color:#c80015;color:white;text-transform:uppercase;float:left;padding:1px 8px;margin:0;font-weight:900;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;bottom:0;font-size:11px;}/*!sc*/
.dFsGNm .breaking_news p{margin:0;}/*!sc*/
.dFsGNm .tab{font-family:'Nunito',sans-serif;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;color:#FFF;background:#00589F;padding:4px;border-radius:2px;margin-bottom:4px;}/*!sc*/
.dFsGNm .tab p{margin:0;}/*!sc*/
.dFsGNm .tab_sponsored{background-color:#B11319;}/*!sc*/
.jZQXjb{cursor:pointer;position:relative;background:#F9F9F9;border-radius:16px;display:grid;padding:0;}/*!sc*/
.jZQXjb .inner_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:16px 8px;}/*!sc*/
.jZQXjb .lead{font-family:'Koh',serif;font-size:14px;font-style:normal;font-weight:400;line-height:18px;margin-top:8px;display:block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}/*!sc*/
.jZQXjb .title{margin:0;font-size:18px;font-style:normal;font-weight:700;width:100%;line-height:24px;}/*!sc*/
.jZQXjb .title p{margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}/*!sc*/
@media (max-width:768px){.jZQXjb .title{max-width:95%;}}/*!sc*/
.jZQXjb .title:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.jZQXjb .tab{font-size:11px;background-color:white;}/*!sc*/
.jZQXjb .tab:hover{cursor:pointer;}/*!sc*/
.jZQXjb .live{position:absolute;top:0;background-color:white;font-family:'Nunito',sans-serif;font-size:13px;font-style:normal;font-weight:900;line-height:16px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-align:left;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#c80015;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 11px;}/*!sc*/
.jZQXjb .live p{margin:0;}/*!sc*/
@media (max-width:768px){.jZQXjb .live{font-size:11px;padding:3px 5px;}}/*!sc*/
.jZQXjb .image_wrapper{overflow:hidden;}/*!sc*/
.jZQXjb .image_wrapper img{height:280px;object-fit:cover;width:100%;border-radius:16px 16px 0 0;}/*!sc*/
@media (max-width:768px){.jZQXjb .image_wrapper img{height:200px;}}/*!sc*/
.jZQXjb.multiX2articles{grid-template-rows:280px auto;}/*!sc*/
@media (max-width:768px){.jZQXjb.multiX2articles{grid-template-rows:200px auto;}}/*!sc*/
.jZQXjb .tab_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.jZQXjb .breaking_news{background-color:#c80015;color:white;text-transform:uppercase;float:left;padding:1px 8px;margin:0;font-weight:900;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;bottom:0;font-size:11px;}/*!sc*/
.jZQXjb .breaking_news p{margin:0;}/*!sc*/
.jZQXjb .tab{font-family:'Nunito',sans-serif;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;color:#FFF;background:#00589F;padding:4px;border-radius:2px;margin-bottom:4px;}/*!sc*/
.jZQXjb .tab p{margin:0;}/*!sc*/
.jZQXjb .tab_sponsored{background-color:#B11319;}/*!sc*/
.gPzDSw{cursor:pointer;position:relative;background:#F9F9F9;border-radius:16px;}/*!sc*/
@media (max-width:768px){.gPzDSw{grid-template-columns:112px 1fr;}}/*!sc*/
.gPzDSw .inner_wrapper{margin-top:0;}/*!sc*/
@media (max-width:768px){.gPzDSw .inner_wrapper{position:static;}}/*!sc*/
.gPzDSw .title{font-family:'Nunito',sans-serif;font-size:18px;font-weight:700;line-height:24px;}/*!sc*/
@media (max-width:768px){.gPzDSw .title{font-size:14px;line-height:16px;}}/*!sc*/
.gPzDSw .title p{margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}/*!sc*/
@media (max-width:768px){.gPzDSw .title p{-webkit-line-clamp:2;}}/*!sc*/
@media (max-width:768px){.gPzDSw .title{max-width:95%;}}/*!sc*/
.gPzDSw .title:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.gPzDSw .inner_wrapper{padding:8px;}/*!sc*/
.gPzDSw .image_wrapper{overflow:hidden;}/*!sc*/
.gPzDSw .image_wrapper img{height:153px;object-fit:cover;width:100%;border-radius:16px 16px 0 0;}/*!sc*/
@media (max-width:768px){.gPzDSw .image_wrapper img{height:100%;border-radius:16px 0 0 16px;}}/*!sc*/
.gPzDSw .tab:nth-child(even){background-color:#00589F;color:white;}/*!sc*/
.gPzDSw .tab:nth-child(even):hover{cursor:pointer;color:white;}/*!sc*/
.gPzDSw .live{position:absolute;top:0;background-color:white;font-family:'Nunito',sans-serif;font-size:13px;font-style:normal;font-weight:900;line-height:16px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-align:left;text-transform:uppercase;display:grid;color:#c80015;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 5px;grid-template-columns:5px 1fr;}/*!sc*/
.gPzDSw .live p{margin:0;}/*!sc*/
@media (max-width:768px){.gPzDSw .live{font-size:11px;}}/*!sc*/
@media (max-width:768px){.gPzDSw{display:grid;font-size:11px;}}/*!sc*/
.gPzDSw.multiX2articles{grid-template-rows:280px auto;}/*!sc*/
@media (max-width:768px){.gPzDSw.multiX2articles{grid-template-rows:200px auto;}}/*!sc*/
.gPzDSw .tab_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.gPzDSw .breaking_news{background-color:#c80015;color:white;text-transform:uppercase;float:left;padding:1px 8px;margin:0;font-weight:900;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;bottom:0;font-size:11px;}/*!sc*/
.gPzDSw .breaking_news p{margin:0;}/*!sc*/
.gPzDSw .tab{font-family:'Nunito',sans-serif;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;color:#FFF;background:#00589F;padding:4px;border-radius:2px;margin-bottom:4px;}/*!sc*/
.gPzDSw .tab p{margin:0;}/*!sc*/
.gPzDSw .tab_sponsored{background-color:#B11319;}/*!sc*/
.eGqTwL{cursor:pointer;position:relative;background:#F9F9F9;border-radius:16px;display:grid;grid-template-columns:119px 1fr;position:relative;font-size:12px;}/*!sc*/
@media (min-width:768px){.eGqTwL{max-height:110px;}}/*!sc*/
.eGqTwL .inner_wrapper{padding:8px;margin:auto 0;height:100%;}/*!sc*/
.eGqTwL .title{font-size:14px !important;font-style:normal;font-weight:700;line-height:16px;}/*!sc*/
.eGqTwL .title p{margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}/*!sc*/
@media (max-width:768px){.eGqTwL .title p{-webkit-line-clamp:2;}}/*!sc*/
.eGqTwL .title:hover{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
@media (max-width:768px){.eGqTwL .title{max-width:100%;}}/*!sc*/
.eGqTwL .image_wrapper{overflow:hidden;}/*!sc*/
@media (max-width:768px){.eGqTwL .image_wrapper{display:none;}}/*!sc*/
.eGqTwL img{height:100%;object-fit:cover;width:119px;border-radius:16px 0 0 16px;}/*!sc*/
@media (max-width:768px){.eGqTwL{grid-template-columns:1fr;}}/*!sc*/
.eGqTwL .live{position:absolute;top:0;background-color:white;font-family:'Nunito',sans-serif;font-size:13px;font-style:normal;font-weight:900;line-height:16px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-align:left;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#c80015;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 11px;}/*!sc*/
.eGqTwL .live p{margin:0;}/*!sc*/
@media (max-width:768px){.eGqTwL .live{font-size:11px;padding:3px 5px;}}/*!sc*/
.eGqTwL.multiX2articles{grid-template-rows:280px auto;}/*!sc*/
@media (max-width:768px){.eGqTwL.multiX2articles{grid-template-rows:200px auto;}}/*!sc*/
.eGqTwL .tab_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.eGqTwL .breaking_news{background-color:#c80015;color:white;text-transform:uppercase;float:left;padding:1px 8px;margin:0;font-weight:900;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;bottom:0;font-size:11px;}/*!sc*/
.eGqTwL .breaking_news p{margin:0;}/*!sc*/
.eGqTwL .tab{font-family:'Nunito',sans-serif;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;color:#FFF;background:#00589F;padding:4px;border-radius:2px;margin-bottom:4px;}/*!sc*/
.eGqTwL .tab p{margin:0;}/*!sc*/
.eGqTwL .tab_sponsored{background-color:#B11319;}/*!sc*/
.WCUol{cursor:pointer;position:relative;background:#F9F9F9;border-radius:16px;position:relative;display:grid;grid-template-columns:125px 1fr;padding:0;}/*!sc*/
.WCUol .inner_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:8px;}/*!sc*/
.WCUol .image_wrapper{overflow:hidden;}/*!sc*/
.WCUol .image_wrapper img{border-radius:16px 0 0 16px;}/*!sc*/
@media (max-width:768px){.WCUol .image_wrapper img{height:100%;width:100%;}}/*!sc*/
.WCUol .title{font-size:14px;font-style:normal;font-weight:700;line-height:16px;max-width:80%;min-width:160px;}/*!sc*/
.WCUol .title p{margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}/*!sc*/
@media (max-width:768px){.WCUol .title p{-webkit-line-clamp:2;}}/*!sc*/
@media (max-width:768px){.WCUol .title{max-width:95%;}}/*!sc*/
.WCUol .title:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.WCUol .tab{font-size:11px;background-color:white;}/*!sc*/
.WCUol .tab:hover{cursor:pointer;}/*!sc*/
.WCUol .tab:nth-child(even){background-color:#00589F;color:white;}/*!sc*/
.WCUol .tab:nth-child(even):hover{background-color:#00589F;cursor:pointer;color:white;}/*!sc*/
.WCUol img{height:100%;object-fit:cover;width:100%;}/*!sc*/
@media (max-width:768px){.WCUol img{height:64px;width:96px;}}/*!sc*/
.WCUol .live{position:absolute;top:0;background-color:white;font-family:'Nunito',sans-serif;font-size:13px;font-style:normal;font-weight:900;line-height:16px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-align:left;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#c80015;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 11px;}/*!sc*/
.WCUol .live p{margin:0;}/*!sc*/
@media (max-width:768px){.WCUol .live{font-size:11px;padding:3px 5px;}}/*!sc*/
.WCUol.multiX2articles{grid-template-rows:280px auto;}/*!sc*/
@media (max-width:768px){.WCUol.multiX2articles{grid-template-rows:200px auto;}}/*!sc*/
.WCUol .tab_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.WCUol .breaking_news{background-color:#c80015;color:white;text-transform:uppercase;float:left;padding:1px 8px;margin:0;font-weight:900;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;bottom:0;font-size:11px;}/*!sc*/
.WCUol .breaking_news p{margin:0;}/*!sc*/
.WCUol .tab{font-family:'Nunito',sans-serif;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;color:#FFF;background:#00589F;padding:4px;border-radius:2px;margin-bottom:4px;}/*!sc*/
.WCUol .tab p{margin:0;}/*!sc*/
.WCUol .tab_sponsored{background-color:#B11319;}/*!sc*/
data-styled.g141[id="Itemstyled__SectionItemWrapper-sc-119v85k-0"]{content:"dFsGNm,jZQXjb,gPzDSw,eGqTwL,WCUol,"}/*!sc*/
.fYfiiI{background-color:#00589F;border-radius:100px;height:52px;width:52px;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;bottom:12px;left:12px;}/*!sc*/
.fYfiiI svg{fill:white;margin:auto;}/*!sc*/
.articleX3plus .Herostyled__IconWrapper-sc-1kv60q9-0{height:52px;width:52px;}/*!sc*/
.articleX3plus .Herostyled__IconWrapper-sc-1kv60q9-0 svg{height:16px;}/*!sc*/
.heroplus3 .Herostyled__IconWrapper-sc-1kv60q9-0,.articles-wrapper .fYfiiI,.articleX6 .fYfiiI{height:26px;width:26px;}/*!sc*/
.heroplus3 .Herostyled__IconWrapper-sc-1kv60q9-0 svg,.articles-wrapper .fYfiiI svg,.articleX6 .fYfiiI svg{height:8px;}/*!sc*/
@media (max-width:768px){.articleX3plus .Herostyled__IconWrapper-sc-1kv60q9-0{height:26px;width:26px;}.articleX3plus .Herostyled__IconWrapper-sc-1kv60q9-0 svg{height:8px;}}/*!sc*/
data-styled.g142[id="Herostyled__IconWrapper-sc-1kv60q9-0"]{content:"fYfiiI,"}/*!sc*/
.dZtPDM{display:grid;grid-template-columns:2fr 1fr;background:#F9F9F9;border-radius:16px;position:relative;}/*!sc*/
@media (max-width:768px){.dZtPDM{grid-template-columns:1fr;grid-template-rows:320px auto;padding-right:0;margin-bottom:12px;}}/*!sc*/
.dZtPDM .inner_wrapper{width:100%;padding:16px;}/*!sc*/
.dZtPDM .hero_image{width:100%;height:100%;object-fit:cover;cursor:pointer;border-radius:16px;max-height:350px;}/*!sc*/
@media (max-width:768px){.dZtPDM .hero_image{height:320px;border-radius:16px 16px 0 0;}}/*!sc*/
.dZtPDM .h1{font-style:normal;line-height:40px;text-align:left;font-weight:800;font-size:32px;margin:0px;max-width:500px;}/*!sc*/
.dZtPDM .title_wrapper{margin:0;min-width:250px;font-family:'Nunito',sans-serif;font-size:24px;font-style:normal;font-weight:800;line-height:32px;width:100%;}/*!sc*/
.dZtPDM .title_wrapper:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.dZtPDM .tab_sponsored{background-color:#b11319 !important;}/*!sc*/
.dZtPDM .tab:nth-child(even){background-color:#00589F;color:#FFF;}/*!sc*/
.dZtPDM .tab:nth-child(even):hover{background-color:#00589F;cursor:pointer;color:#FFF;}/*!sc*/
.dZtPDM .tab_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.dZtPDM .tab{font-size:12px;color:#FFF;background-color:#00589F;text-transform:uppercase;font-family:'Nunito',sans-serif;font-style:normal;font-weight:800;line-height:12px;text-align:left;padding:3px 8px;}/*!sc*/
.dZtPDM .tab .p{margin:0;}/*!sc*/
.dZtPDM .tab:hover{cursor:pointer;}/*!sc*/
.dZtPDM .hero_body p{font-family:'Koh',serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0;}/*!sc*/
@media (max-width:768px){.dZtPDM .hero_body p{font-size:13px;}}/*!sc*/
.dZtPDM .hero_body:hover{cursor:pointer;}/*!sc*/
.dZtPDM a{position:relative;}/*!sc*/
.dZtPDM .inner_wrapper{bottom:0;}/*!sc*/
@media (max-width:768px){.dZtPDM .inner_wrapper{padding:8px;}}/*!sc*/
.dZtPDM .live{position:absolute;top:0;background-color:white;font-family:'Nunito',sans-serif;font-size:13px;font-style:normal;font-weight:900;line-height:16px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-align:left;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#c80015;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 11px;}/*!sc*/
.dZtPDM .live p{margin:0;}/*!sc*/
@media (max-width:768px){.dZtPDM .live{font-size:11px;padding:3px 5px;}}/*!sc*/
.dZtPDM .breaking_news{background-color:#c80015;color:white;text-transform:uppercase;float:left;padding:3px 8px;margin:0;text-transform:uppercase;font-weight:900;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;bottom:0;font-size:12px;}/*!sc*/
.dZtPDM .breaking_news p{margin:0;}/*!sc*/
.dZtPDM .author{color:#00589F;font-family:'Koh',serif;font-size:12px;font-style:normal;font-weight:900;line-height:14px;-webkit-letter-spacing:0em;-moz-letter-spacing:0em;-ms-letter-spacing:0em;letter-spacing:0em;text-align:left;margin:10px auto 2px 8px;}/*!sc*/
@media (max-width:768px){.dZtPDM .author{display:none;}}/*!sc*/
.dZtPDM .author:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.bMKweF{background:#F9F9F9;border-radius:16px;position:relative;}/*!sc*/
.bMKweF .inner_wrapper{padding:8px;}/*!sc*/
.bMKweF .hero_image{width:100%;height:210px;object-fit:cover;border-radius:16px;cursor:pointer;}/*!sc*/
@media (max-width:768px){.bMKweF .hero_image{height:350px;}}/*!sc*/
.bMKweF .h1{font-style:normal;line-height:30px;-webkit-letter-spacing:0em;-moz-letter-spacing:0em;-ms-letter-spacing:0em;letter-spacing:0em;text-align:left;font-weight:400;font-size:18px;margin:0px;max-width:500px;}/*!sc*/
.bMKweF .hero_body{display:none;}/*!sc*/
.bMKweF .inner_wrapper{margin:auto 0;width:100%;display:grid;row-gap:8px;}/*!sc*/
.bMKweF .title_wrapper{margin:0;min-width:250px;font-family:'Nunito',sans-serif;font-size:18px;font-style:normal;font-weight:700;width:100%;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}/*!sc*/
@media (max-width:768px){.bMKweF .title_wrapper{font-size:24px;}}/*!sc*/
.bMKweF .title_wrapper:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.bMKweF .tab_sponsored{background-color:#b11319 !important;}/*!sc*/
.bMKweF .tab:nth-child(even){background-color:#00589F;color:#FFF;}/*!sc*/
.bMKweF .tab:nth-child(even):hover{background-color:#00589F;cursor:pointer;color:#FFF;}/*!sc*/
.bMKweF .tab_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.bMKweF .tab{font-size:12px;color:#FFF;background-color:#00589F;text-transform:uppercase;font-family:'Nunito',sans-serif;font-style:normal;font-weight:800;line-height:12px;text-align:left;padding:3px 8px;}/*!sc*/
.bMKweF .tab .p{margin:0;}/*!sc*/
.bMKweF .tab:hover{cursor:pointer;}/*!sc*/
.bMKweF .hero_body p{font-family:'Koh',serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0;}/*!sc*/
@media (max-width:768px){.bMKweF .hero_body p{font-size:13px;}}/*!sc*/
.bMKweF .hero_body:hover{cursor:pointer;}/*!sc*/
.bMKweF a{position:relative;}/*!sc*/
.bMKweF .inner_wrapper{bottom:0;}/*!sc*/
@media (max-width:768px){.bMKweF .inner_wrapper{padding:8px;}}/*!sc*/
.bMKweF .live{position:absolute;top:0;background-color:white;font-family:'Nunito',sans-serif;font-size:13px;font-style:normal;font-weight:900;line-height:16px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-align:left;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#c80015;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 11px;}/*!sc*/
.bMKweF .live p{margin:0;}/*!sc*/
@media (max-width:768px){.bMKweF .live{font-size:11px;padding:3px 5px;}}/*!sc*/
.bMKweF .breaking_news{background-color:#c80015;color:white;text-transform:uppercase;float:left;padding:3px 8px;margin:0;text-transform:uppercase;font-weight:900;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;bottom:0;font-size:12px;}/*!sc*/
.bMKweF .breaking_news p{margin:0;}/*!sc*/
.bMKweF .author{color:#00589F;font-family:'Koh',serif;font-size:12px;font-style:normal;font-weight:900;line-height:14px;-webkit-letter-spacing:0em;-moz-letter-spacing:0em;-ms-letter-spacing:0em;letter-spacing:0em;text-align:left;margin:10px auto 2px 8px;}/*!sc*/
@media (max-width:768px){.bMKweF .author{display:none;}}/*!sc*/
.bMKweF .author:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.kKRRDR{display:grid;grid-template-columns:2fr 1fr;background:#F9F9F9;border-radius:16px;position:relative;}/*!sc*/
@media (max-width:768px){.kKRRDR{grid-template-columns:1fr;margin-bottom:12px;}}/*!sc*/
.kKRRDR .inner_wrapper{width:100%;padding:16px;}/*!sc*/
.kKRRDR .hero_image{width:100%;height:100%;object-fit:cover;cursor:pointer;border-radius:16px;}/*!sc*/
@media (max-width:450px){.kKRRDR .hero_image{height:350px;}}/*!sc*/
.kKRRDR .h1{font-style:normal;line-height:40px;text-align:left;font-weight:800;font-size:32px;margin:0px;max-width:500px;}/*!sc*/
.kKRRDR .title_wrapper{margin:0;min-width:250px;font-family:'Nunito',sans-serif;font-size:24px;font-style:normal;font-weight:800;line-height:32px;width:100%;}/*!sc*/
.kKRRDR .title_wrapper:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.kKRRDR .tab_sponsored{background-color:#b11319 !important;}/*!sc*/
.kKRRDR .tab:nth-child(even){background-color:#00589F;color:#FFF;}/*!sc*/
.kKRRDR .tab:nth-child(even):hover{background-color:#00589F;cursor:pointer;color:#FFF;}/*!sc*/
.kKRRDR .tab_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.kKRRDR .tab{font-size:12px;color:#FFF;background-color:#00589F;text-transform:uppercase;font-family:'Nunito',sans-serif;font-style:normal;font-weight:800;line-height:12px;text-align:left;padding:3px 8px;}/*!sc*/
.kKRRDR .tab .p{margin:0;}/*!sc*/
.kKRRDR .tab:hover{cursor:pointer;}/*!sc*/
.kKRRDR .hero_body p{font-family:'Koh',serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0;}/*!sc*/
@media (max-width:768px){.kKRRDR .hero_body p{font-size:13px;}}/*!sc*/
.kKRRDR .hero_body:hover{cursor:pointer;}/*!sc*/
.kKRRDR a{position:relative;}/*!sc*/
.kKRRDR .inner_wrapper{bottom:0;}/*!sc*/
@media (max-width:768px){.kKRRDR .inner_wrapper{padding:8px;}}/*!sc*/
.kKRRDR .live{position:absolute;top:0;background-color:white;font-family:'Nunito',sans-serif;font-size:13px;font-style:normal;font-weight:900;line-height:16px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-align:left;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#c80015;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 11px;}/*!sc*/
.kKRRDR .live p{margin:0;}/*!sc*/
@media (max-width:768px){.kKRRDR .live{font-size:11px;padding:3px 5px;}}/*!sc*/
.kKRRDR .breaking_news{background-color:#c80015;color:white;text-transform:uppercase;float:left;padding:3px 8px;margin:0;text-transform:uppercase;font-weight:900;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;bottom:0;font-size:12px;}/*!sc*/
.kKRRDR .breaking_news p{margin:0;}/*!sc*/
.kKRRDR .author{color:#00589F;font-family:'Koh',serif;font-size:12px;font-style:normal;font-weight:900;line-height:14px;-webkit-letter-spacing:0em;-moz-letter-spacing:0em;-ms-letter-spacing:0em;letter-spacing:0em;text-align:left;margin:10px auto 2px 8px;}/*!sc*/
@media (max-width:768px){.kKRRDR .author{display:none;}}/*!sc*/
.kKRRDR .author:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
data-styled.g143[id="Herostyled__HeroWrapper-sc-1kv60q9-1"]{content:"dZtPDM,bMKweF,kKRRDR,"}/*!sc*/
.AyDfc{display:grid;grid-template-columns:1fr 300px;-webkit-column-gap:12px;column-gap:12px;padding-bottom:31px;}/*!sc*/
@media (max-width:768px){.AyDfc{grid-template-columns:1fr;padding-bottom:20px;row-gap:12px;}}/*!sc*/
data-styled.g144[id="ArticleX6PlusMPUstyled__Wrapper-sc-h42bmg-0"]{content:"AyDfc,"}/*!sc*/
.fEKWfe{display:grid;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;grid-template-columns:1fr 1fr;row-gap:12px;-webkit-column-gap:12px;column-gap:12px;}/*!sc*/
data-styled.g145[id="ArticleX6PlusMPUstyled__ArticlesWrapper-sc-h42bmg-1"]{content:"fEKWfe,"}/*!sc*/
.bVOEjB{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g146[id="ArticleX6PlusMPUstyled__MPUWrapper-sc-h42bmg-2"]{content:"bVOEjB,"}/*!sc*/
.cUfGxT{display:grid;grid-template-columns:1fr 2fr;-webkit-column-gap:12px;column-gap:12px;padding-bottom:31px;}/*!sc*/
@media (max-width:768px){.cUfGxT{grid-template-columns:1fr;padding-bottom:20px;}.cUfGxT .articles-wrapper{grid-template-columns:1fr 1fr;grid-gap:12px;-webkit-column-gap:12px;column-gap:12px;padding-top:12px;}.cUfGxT .image_wrapper{display:block;}.cUfGxT .image_wrapper img{border-radius:16px 16px 0 0;width:100%;}}/*!sc*/
data-styled.g148[id="HeroPlus6styled__Wrapper-sc-1u189i7-0"]{content:"cUfGxT,"}/*!sc*/
.lhTygO{display:grid;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;grid-template-columns:1fr 1fr;row-gap:12px;-webkit-column-gap:12px;column-gap:12px;}/*!sc*/
data-styled.g149[id="HeroPlus6styled__ArticlesWrapper-sc-1u189i7-1"]{content:"lhTygO,"}/*!sc*/
.dJmHQT{display:grid;grid-template-columns:3fr 1fr;-webkit-column-gap:16px;column-gap:16px;padding-bottom:31px;}/*!sc*/
@media (max-width:768px){.dJmHQT{grid-template-columns:1fr;padding-bottom:20px;}}/*!sc*/
data-styled.g151[id="HeroPlus3styled__Wrapper-sc-10onlpk-0"]{content:"dJmHQT,"}/*!sc*/
.cOjZhR{display:grid;row-gap:16px;}/*!sc*/
data-styled.g152[id="HeroPlus3styled__Articlex3Wrapper-sc-10onlpk-1"]{content:"cOjZhR,"}/*!sc*/
.hDytFI{display:grid;grid-template-columns:3fr 1fr;-webkit-column-gap:16px;column-gap:16px;padding-bottom:31px;}/*!sc*/
@media (max-width:768px){.hDytFI{grid-template-columns:1fr;padding-bottom:20px;}}/*!sc*/
data-styled.g155[id="HeroPlus1styled__Wrapper-sc-7lrc26-0"]{content:"hDytFI,"}/*!sc*/
.jPwNGo{display:grid;width:100%;min-height:250px;grid-template-columns:1fr 1fr 1fr 300px;-webkit-column-gap:1rem;column-gap:1rem;padding-bottom:31px;}/*!sc*/
@media (max-width:768px){.jPwNGo{grid-template-columns:1fr;padding-bottom:20px;row-gap:12px;}}/*!sc*/
data-styled.g156[id="ArticleX3PlusMPUstyled__Wrapper-sc-1m3pk3y-0"]{content:"jPwNGo,"}/*!sc*/
@-webkit-keyframes kDZho{from{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}to{opacity:0;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);}}/*!sc*/
@keyframes kDZho{from{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}to{opacity:0;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);}}/*!sc*/
data-styled.g305[id="sc-keyframes-kDZho"]{content:"kDZho,"}/*!sc*/
</style></head><body><div id="__next" data-reactroot=""><div style="background:white"><nav class="Navbarstyled__Navbar-sc-97icrg-0 kMUXQE"><div class="Topbarstyled__Wrapper-sc-soygdx-0 conoim"><div class="Topbarstyled__InnerWrapper-sc-soygdx-1 eTlmix"><div class="FullMenustyled__FullMenuWrapper-sc-1w0m8ov-5 habHPd"><div class="FullMenustyled__StyledHamburgerWrapper-sc-1w0m8ov-0 deeBTV"><div class="FullMenustyled__Placeholder-sc-1w0m8ov-1 cqwPTv"></div></div></div></div><a href="/" class="Logo__Link-sc-m24d4e-1 hrJPfr"><img src="/images/logos/cornish.jpg" alt="thepost.uk.com" id="logo" loading="lazy" srcSet="
/images/logos/cornish.jpg?width=220&amp;height=70&amp;crop=220:70 220w,
/images/logos/cornish.jpg?width=350&amp;height=85&amp;crop=350:85 350w,
" class="Logo__Image-sc-m24d4e-2 ilzXJo"/></a><div class="Topbarstyled__PrimaryMenuSearchWrapper-sc-soygdx-2 eOUyja"><form><div class="Searchstyled__SearchWrapperMobile-sc-1hoi110-3 esMLbm"> <button type="submit" class="Searchstyled__SearchButton-sc-1hoi110-1 eMRznF"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M9.08 0.440002C4.56875 0.440002 0.919998 4.08875 0.919998 8.6C0.919998 13.1113 4.56875 16.76 9.08 16.76C10.6906 16.76 12.1812 16.2875 13.445 15.485L19.34 21.38L21.38 19.34L15.56 13.535C16.6062 12.1625 17.24 10.4619 17.24 8.6C17.24 4.08875 13.5912 0.440002 9.08 0.440002ZM9.08 2.36C12.5356 2.36 15.32 5.14438 15.32 8.6C15.32 12.0556 12.5356 14.84 9.08 14.84C5.62437 14.84 2.84 12.0556 2.84 8.6C2.84 5.14438 5.62437 2.36 9.08 2.36Z" fill="#272727"></path></svg></button></div><div class="Searchstyled__SearchWrapper-sc-1hoi110-2 frVcYo"><button type="button" class="Searchstyled__SearchButton-sc-1hoi110-1 eMRznF"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M9.08 0.440002C4.56875 0.440002 0.919998 4.08875 0.919998 8.6C0.919998 13.1113 4.56875 16.76 9.08 16.76C10.6906 16.76 12.1812 16.2875 13.445 15.485L19.34 21.38L21.38 19.34L15.56 13.535C16.6062 12.1625 17.24 10.4619 17.24 8.6C17.24 4.08875 13.5912 0.440002 9.08 0.440002ZM9.08 2.36C12.5356 2.36 15.32 5.14438 15.32 8.6C15.32 12.0556 12.5356 14.84 9.08 14.84C5.62437 14.84 2.84 12.0556 2.84 8.6C2.84 5.14438 5.62437 2.36 9.08 2.36Z" fill="#272727"></path></svg></button></div></form></div><div class="Socialstyled__Wrapper-sc-1xd6fd1-0 hBasir"><button class="Authstyled__Login-sc-1w1lsfc-1 cXXNtD"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="icon/user"><path id="Vector" d="M4.271 18.3457C4.271 18.3457 6.50002 15.5 12 15.5C17.5 15.5 19.7291 18.3457 19.7291 18.3457M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12Z" stroke="#272727" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></button></div><div class="Authstyled__AuthWrapper-sc-1w1lsfc-2 jUOfMf"><button class="Authstyled__Login-sc-1w1lsfc-1 cXXNtD">Login</button></div></div><div class="Menustyled__Wrapper-sc-1pskso5-1 eBvkaT"><div class="Menustyled__PrimaryMenuWrapper-sc-1pskso5-0 ceHCmK"><a href="/"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p selected="" class="Menustyled__StyledRouteTitle-sc-1pskso5-6 EajrI">Home</p></div></a><a href="/news"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 ca-dJOX">News</p></div></a><a href="/sport"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 ca-dJOX">Sport</p></div></a><a href="/whats-on"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 ca-dJOX">What’s On</p></div></a><a href="/send_us_story"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 ca-dJOX">Send your story</p></div></a><a href="/subscription"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 ca-dJOX">Subscription</p></div></a><a href="https://www.new-job-today.co.uk/location/cornwall/?map=1"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 ca-dJOX">Jobs</p></div></a><a href="https://publicnoticeportal.uk/cornish-and-devon-post-series"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 ca-dJOX">Public Notices</p></div></a><a href="#"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 ca-dJOX">More</p></div></a></div></div></nav><main style="min-height:850px;background:white"><script type="application/ld+json">
{
"@type": "Organization",
"@context": "https://schema.org",
"name": "Cornish & Devon Post",
"url": "https://www.thepost.uk.com",
"logo": {
"@type": "ImageObject",
"url": "https://www.thepost.uk.com/images/logos/cornish.jpg",
"width": 150,
"height": 50
}
}
</script><div style="margin-bottom:40px"><div class="CenterWrapperstyled__Wrapper-sc-wsic9j-0 hlAnts"><div class="CenterWrapperstyled__InnerWrapper-sc-wsic9j-1 iJDyvv section-wrapper"><div id="wp"></div><div class="TopBannerstyled__Wrapper-sc-x2ypns-0 gLGOjW mobile_banner"><div id="leaderboard_mob" class="topbar" style="width:100%;height:200"></div></div><div><div class="HeroPlus1styled__Wrapper-sc-7lrc26-0 hDytFI"><div size="1" class="Herostyled__HeroWrapper-sc-1kv60q9-1 dZtPDM"><a href="/sport/bowls/worden-crowned-budes-mens-champion-for-the-first-time-830130"><img alt="Worden crowned Bude&#x27;s men&#x27;s champion for the first time" class="hero_image" loading="lazy" src="https://www.thepost.uk.com/tindle-static/image/2025/09/08/14/44/Untitled-design-(20).jpeg?width=950&amp;height=450&amp;crop=950:649" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/08/14/44/Untitled-design-(20).jpeg?width=380&amp;height=350&amp;crop=380:350 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/08/14/44/Untitled-design-(20).jpeg?width=950&amp;height=450&amp;crop=950:649 840w,

"/></a><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/sport/bowls"><div>Bowls</div></a></div><a style="display:flex" href="/sport/bowls/worden-crowned-budes-mens-champion-for-the-first-time-830130"><h1 class="title_wrapper">Worden crowned Bude&#x27;s men&#x27;s champion for the first time</h1></a><div class="hero_body"><a href="/sport/bowls/worden-crowned-budes-mens-champion-for-the-first-time-830130"><div><p>Hodgkinson retains ladies title against Goldthorp</p></div></a></div></div></div><div size="1" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 dFsGNm"><div class="image_wrapper"><a href="/news/entertainment/chance-to-pick-up-a-didgeridoo-at-probate-estate-sale-830441" style="position:relative;display:block;height:100%"><img alt="Chance to pick up a didgeridoo at probate estate sale" src="https://www.thepost.uk.com/tindle-static/image/2025/09/09/10/08/Eric-Distin-sales.jpeg?trim=0,504,0,504&amp;width=240&amp;height=212&amp;crop=240:212" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/09/10/08/Eric-Distin-sales.jpeg?trim=0,504,0,504&amp;width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/09/10/08/Eric-Distin-sales.jpeg?trim=0,504,0,504&amp;width=240&amp;height=212&amp;crop=240:212 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/entertainment"><div><p>Entertainment</p></div></a></div><div><a style="display:flex" href="/news/entertainment/chance-to-pick-up-a-didgeridoo-at-probate-estate-sale-830441"><div class="title"><p>Chance to pick up a didgeridoo at probate estate sale</p><span class="lead"></span></div></a></div></div></div></div></div><div><div class="MultiX2Articlesstyled__Wrapper-sc-1km2223-0 bdJHHd"><div size="2" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 jZQXjb multiX2articles"><div class="image_wrapper"><a href="/service/ad-feature/luxurious-new-forest-house-up-for-grabs-in-new-omaze-million-pound-house-draw-826345" style="position:relative;display:block;height:100%"><img alt="Luxurious New Forest house up for grabs in Million Pound House Draw" src="https://www.thepost.uk.com/tindle-static/image/2025/08/27/10/26/omaze.jpeg?width=480&amp;height=280&amp;crop=480:280" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/08/27/10/26/omaze.jpeg?width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/08/27/10/26/omaze.jpeg?width=480&amp;height=280&amp;crop=480:280 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><div class="tab tab_sponsored"><p>sponsored</p></div></div><div><a style="display:flex" href="/service/ad-feature/luxurious-new-forest-house-up-for-grabs-in-new-omaze-million-pound-house-draw-826345"><div class="title"><p>Luxurious New Forest house up for grabs in Million Pound House Draw</p></div></a></div></div></div><div size="2" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 jZQXjb multiX2articles"><div class="image_wrapper"><a href="/service/ad-feature/getting-your-business-ready-for-christmas-2025-830143" style="position:relative;display:block;height:100%"><img alt="Getting your business ready for Christmas 2025" src="https://www.thepost.uk.com/tindle-static/image/2024/12/13/16/33/90415307_90415303_E02A-02.jpg?width=480&amp;height=280&amp;crop=480:280" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2024/12/13/16/33/90415307_90415303_E02A-02.jpg?width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2024/12/13/16/33/90415307_90415303_E02A-02.jpg?width=480&amp;height=280&amp;crop=480:280 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><div class="tab tab_sponsored"><p>sponsored</p></div></div><div><a style="display:flex" href="/service/ad-feature/getting-your-business-ready-for-christmas-2025-830143"><div class="title"><p>Getting your business ready for Christmas 2025</p></div></a></div></div></div></div></div><div><div class="Titlestyled__TitleWrapper-sc-1ijng3a-1 bevunH"><h1 type="section" class="Titlestyled__StyledTitle-sc-1ijng3a-0 cktzel">News</h1></div></div><div><div class="ArticleX3PlusMPUstyled__Wrapper-sc-1m3pk3y-0 jPwNGo"><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gPzDSw articleX3plus"><div class="image_wrapper"><a href="/news/more-than-half-of-eligible-cornwall-homes-received-energy-saving-upgrades-under-government-scheme-830636" style="position:relative;display:block;height:100%"><img alt="More than half of eligible Cornwall homes received energy-saving upgrades under Government scheme" src="https://www.thepost.uk.com/tindle-static/image/2025/09/09/16/435e7891b6060c11eb605aa0b0cfe71bY29udGVudHNlYXJjaGFwaSwxNzU3NTE3NTIy-2.81196257.jpg?trim=108,0,731,0&amp;width=310&amp;height=153&amp;crop=310:153" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/09/16/435e7891b6060c11eb605aa0b0cfe71bY29udGVudHNlYXJjaGFwaSwxNzU3NTE3NTIy-2.81196257.jpg?trim=108,0,731,0&amp;width=125&amp;height=80&amp;crop=125:80 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/09/16/435e7891b6060c11eb605aa0b0cfe71bY29udGVudHNlYXJjaGFwaSwxNzU3NTE3NTIy-2.81196257.jpg?trim=108,0,731,0&amp;width=310&amp;height=153&amp;crop=310:153 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/more-than-half-of-eligible-cornwall-homes-received-energy-saving-upgrades-under-government-scheme-830636"><div class="title"><p>More than half of eligible Cornwall homes received energy-saving upgrades under Government scheme</p></div></a></div></div></div><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gPzDSw articleX3plus"><div class="image_wrapper"><a href="/news/999/armed-police-arrest-suspect-after-launceston-blade-incident-830547" style="position:relative;display:block;height:100%"><img alt="Armed police called in Launceston following blade report" src="https://www.thepost.uk.com/tindle-static/image/2025/09/09/13/49/Lidle-Launceston.png?width=310&amp;height=153&amp;crop=310:153" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/09/13/49/Lidle-Launceston.png?width=125&amp;height=80&amp;crop=125:80 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/09/13/49/Lidle-Launceston.png?width=310&amp;height=153&amp;crop=310:153 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/999"><div><p>999</p></div></a></div><div><a style="display:flex" href="/news/999/armed-police-arrest-suspect-after-launceston-blade-incident-830547"><div class="title"><p>Armed police called in Launceston following blade report</p></div></a></div></div></div><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gPzDSw articleX3plus"><div class="image_wrapper"><a href="/news/entertainment/ncb-radio-successful-summer-gives-bodmin-a-lot-to-be-proud-of-829955" style="position:relative;display:block;height:100%"><div class="Herostyled__IconWrapper-sc-1kv60q9-0 fYfiiI"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg></div><img alt="NCB Radio: Successful summer gives Bodmin a lot to be proud of" src="https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/48/PXL_20250905_191751440-PORTRAIT.jpg?width=310&amp;height=153&amp;crop=310:153" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/48/PXL_20250905_191751440-PORTRAIT.jpg?width=125&amp;height=80&amp;crop=125:80 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/48/PXL_20250905_191751440-PORTRAIT.jpg?width=310&amp;height=153&amp;crop=310:153 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/entertainment"><div><p>Entertainment</p></div></a></div><div><a style="display:flex" href="/news/entertainment/ncb-radio-successful-summer-gives-bodmin-a-lot-to-be-proud-of-829955"><div class="title"><p>NCB Radio: Successful summer gives Bodmin a lot to be proud of</p></div></a></div></div></div><div class="MPUstyled__MPUWrapper-sc-1cdmm4p-0 RBkGu"><div class="MPUstyled__MPUInnerWrapper-sc-1cdmm4p-1 iEeMlD"><div id="mpu3" class="three_item" style="width:100%;height:200"></div></div></div></div><div class="TopBannerstyled__Wrapper-sc-x2ypns-0 gLGOjW desktop_banner"><div id="leaderboard_dtop" class="topbar" style="width:100%;height:200"></div></div></div><div><div class="Subscribestyled__SubscribeWrapper-sc-1085r7d-0 gNpcDD"><div class="SubscribeItemstyled__SubscribeItemWrapper-sc-d3pr5d-0 cxCSLn"><div><div class="subscribe_left"><span class="tab">Digital editions</span><div class="content"><span style="margin-bottom:20px">Click on the link below to access online editions.</span><div style="margin-top:auto"><a class="SubscribeItemstyled__StyledLink-sc-d3pr5d-3 gBlwwC">Sign up <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" class="SubscribeItemstyled__ForwardArrow-sc-d3pr5d-2 ehqrZf" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M294.1 256L167 129c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.3 34 0L345 239c9.1 9.1 9.3 23.7.7 33.1L201.1 417c-4.7 4.7-10.9 7-17 7s-12.3-2.3-17-7c-9.4-9.4-9.4-24.6 0-33.9l127-127.1z"></path></svg></a></div></div></div></div><div type="/icons/sub_Icons/CornishDevonPost.png" class="SubscribeItemstyled__RightSideImage-sc-d3pr5d-1 cIMQIq"></div></div><div class="SubscribeItemstyled__SubscribeItemWrapper-sc-d3pr5d-0 cxCSLn"><div><div class="subscribe_left"><span class="tab">Digital advertising</span><div class="content"><span style="margin-bottom:20px">Promote your business to local customers by using iServe, our self-serve digital advertising tool.</span><div style="margin-top:auto"><a class="SubscribeItemstyled__StyledLink-sc-d3pr5d-3 gBlwwC">Sign up <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" class="SubscribeItemstyled__ForwardArrow-sc-d3pr5d-2 ehqrZf" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M294.1 256L167 129c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.3 34 0L345 239c9.1 9.1 9.3 23.7.7 33.1L201.1 417c-4.7 4.7-10.9 7-17 7s-12.3-2.3-17-7c-9.4-9.4-9.4-24.6 0-33.9l127-127.1z"></path></svg></a></div></div></div></div><div type="/icons/digital_icon.jpg" class="SubscribeItemstyled__RightSideImage-sc-d3pr5d-1 NkweI"></div></div></div></div><div><div class="ArticleX6PlusMPUstyled__Wrapper-sc-h42bmg-0 AyDfc"><div class="ArticleX6PlusMPUstyled__ArticlesWrapper-sc-h42bmg-1 fEKWfe articles-wrapper"><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL articleX6"><div class="image_wrapper"><a href="/news/creativity-and-community-at-the-heart-of-farm-shop-craft-day-829925" style="position:relative;display:block;height:100%"><img alt="Creativity and community at the heart of farm shop craft day" src="https://www.thepost.uk.com/tindle-static/image/2025/09/08/10/00/Screenshot-2025-09-08-at-11-49-43.png?trim=0,617,0,618&amp;width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/08/10/00/Screenshot-2025-09-08-at-11-49-43.png?trim=0,617,0,618&amp;width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/08/10/00/Screenshot-2025-09-08-at-11-49-43.png?trim=0,617,0,618&amp;width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/creativity-and-community-at-the-heart-of-farm-shop-craft-day-829925"><div class="title"><p>Creativity and community at the heart of farm shop craft day</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL articleX6"><div class="image_wrapper"><a href="/news/south-west-water-to-invest-ps24-million-in-deal-with-regulator-after-waste-water-spill-failures-830273" style="position:relative;display:block;height:100%"><img alt="South West Water to invest £24-million to tackle sewage spills" src="https://www.thepost.uk.com/tindle-static/image/2025/02/21/16/39/Sewage-Discharge-at-St-Agnes-2023.jpeg?trim=0,882,0,882&amp;width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/02/21/16/39/Sewage-Discharge-at-St-Agnes-2023.jpeg?trim=0,882,0,882&amp;width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/02/21/16/39/Sewage-Discharge-at-St-Agnes-2023.jpeg?trim=0,882,0,882&amp;width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/south-west-water-to-invest-ps24-million-in-deal-with-regulator-after-waste-water-spill-failures-830273"><div class="title"><p>South West Water to invest £24-million to tackle sewage spills</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL articleX6"><div class="image_wrapper"><a href="/news/bude-duck-race-raises-thousands-for-good-causes-829937" style="position:relative;display:block;height:100%"><img alt="Bude duck race raises thousands for good causes" src="https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/29/Bude-Duck-Race.jpeg?width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/29/Bude-Duck-Race.jpeg?width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/29/Bude-Duck-Race.jpeg?width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/bude-duck-race-raises-thousands-for-good-causes-829937"><div class="title"><p>Bude duck race raises thousands for good causes</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL articleX6"><div class="image_wrapper"><a href="/news/cornwall-restaurant-handed-new-food-hygiene-rating-830270" style="position:relative;display:block;height:100%"><img alt="Cornwall restaurant handed new food hygiene rating" src="https://www.thepost.uk.com/tindle-static/image/2025/09/09/08/96033411f2b83fb85710f7b164ed6198Y29udGVudHNlYXJjaGFwaSwxNzU3NDg4ODE2-2.30682350.jpg?trim=0,732,0,437&amp;width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/09/08/96033411f2b83fb85710f7b164ed6198Y29udGVudHNlYXJjaGFwaSwxNzU3NDg4ODE2-2.30682350.jpg?trim=0,732,0,437&amp;width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/09/08/96033411f2b83fb85710f7b164ed6198Y29udGVudHNlYXJjaGFwaSwxNzU3NDg4ODE2-2.30682350.jpg?trim=0,732,0,437&amp;width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/cornwall-restaurant-handed-new-food-hygiene-rating-830270"><div class="title"><p>Cornwall restaurant handed new food hygiene rating</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL articleX6"><div class="image_wrapper"><a href="/news/bodmin-riding-and-heritage-festival-calls-for-volunteers-for-september-meeting-830203" style="position:relative;display:block;height:100%"><img alt="Bodmin Festival seeks volunteers" src="https://www.thepost.uk.com/tindle-static/image/2023/06/27/14/bodmin%20beast.jpg?trim=0,0,0,0&amp;width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2023/06/27/14/bodmin%20beast.jpg?trim=0,0,0,0&amp;width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2023/06/27/14/bodmin%20beast.jpg?trim=0,0,0,0&amp;width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/bodmin-riding-and-heritage-festival-calls-for-volunteers-for-september-meeting-830203"><div class="title"><p>Bodmin Festival seeks volunteers</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL articleX6"><div class="image_wrapper"><a href="/news/air-ambulance-celebrates-its-helicopters-for-awareness-week-830154" style="position:relative;display:block;height:100%"><img alt="Air ambulance celebrates its helicopters for awareness week" src="https://www.thepost.uk.com/tindle-static/image/2025/09/09/8/23/Screenshot-2025-09-09-at-09-44-35.png?trim=0,175,0,176&amp;width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/09/8/23/Screenshot-2025-09-09-at-09-44-35.png?trim=0,175,0,176&amp;width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/09/8/23/Screenshot-2025-09-09-at-09-44-35.png?trim=0,175,0,176&amp;width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/air-ambulance-celebrates-its-helicopters-for-awareness-week-830154"><div class="title"><p>Air ambulance celebrates its helicopters for awareness week</p></div></a></div></div></div></div><div class="ArticleX6PlusMPUstyled__MPUWrapper-sc-h42bmg-2 bVOEjB"><div class="MPUstyled__MPUWrapper-sc-1cdmm4p-0 RBkGu"><div class="MPUstyled__MPUInnerWrapper-sc-1cdmm4p-1 iEeMlD"><div id="mpu4" class="six_item" style="width:100%;height:200"></div></div></div></div></div></div><div></div><div><div class="Titlestyled__TitleWrapper-sc-1ijng3a-1 bevunH"><h1 type="section" class="Titlestyled__StyledTitle-sc-1ijng3a-0 cktzel">Sport</h1></div></div><div><div class="ArticleX6PlusMPUstyled__Wrapper-sc-h42bmg-0 AyDfc"><div class="ArticleX6PlusMPUstyled__ArticlesWrapper-sc-h42bmg-1 fEKWfe articles-wrapper"><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL articleX6"><div class="image_wrapper"><a href="/sport/rugby/new-look-seasiders-run-in-seven-tries-in-st-just-victory-830258" style="position:relative;display:block;height:100%"><img alt="New-look Seasiders run in seven tries in St Just victory" src="https://www.thepost.uk.com/tindle-static/image/2025/09/09/7/10/Untitled-design-(22).jpeg?width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/09/7/10/Untitled-design-(22).jpeg?width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/09/7/10/Untitled-design-(22).jpeg?width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/sport/rugby"><div><p>Rugby</p></div></a></div><div><a style="display:flex" href="/sport/rugby/new-look-seasiders-run-in-seven-tries-in-st-just-victory-830258"><div class="title"><p>New-look Seasiders run in seven tries in St Just victory</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL articleX6"><div class="image_wrapper"><a href="/sport/rugby/launceston-beaten-by-impressive-newcomers-topsham-830018" style="position:relative;display:block;height:100%"><img alt="Launceston beaten by impressive newcomers Topsham " src="https://www.thepost.uk.com/tindle-static/image/2025/09/08/12/08/476.jpeg?width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/08/12/08/476.jpeg?width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/08/12/08/476.jpeg?width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/sport/rugby"><div><p>Rugby</p></div></a></div><div><a style="display:flex" href="/sport/rugby/launceston-beaten-by-impressive-newcomers-topsham-830018"><div class="title"><p>Launceston beaten by impressive newcomers Topsham </p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL articleX6"><div class="image_wrapper"><a href="/sport/football/cleverley-praises-pilgrims-after-stunning-home-win-over-stockport-830032" style="position:relative;display:block;height:100%"><img alt="Cleverley praises Pilgrims after stunning home win over Stockport" src="https://www.thepost.uk.com/tindle-static/image/2025/09/08/13/18/Screenshot-2025-09-08-at-13-54-18.png?trim=0,292,0,292&amp;width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/08/13/18/Screenshot-2025-09-08-at-13-54-18.png?trim=0,292,0,292&amp;width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/08/13/18/Screenshot-2025-09-08-at-13-54-18.png?trim=0,292,0,292&amp;width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/sport/football"><div><p>Football</p></div></a></div><div><a style="display:flex" href="/sport/football/cleverley-praises-pilgrims-after-stunning-home-win-over-stockport-830032"><div class="title"><p>Cleverley praises Pilgrims after stunning home win over Stockport</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL articleX6"><div class="image_wrapper"><a href="/sport/rugby/baxter-sees-positives-as-chiefs-pick-up-victory-over-the-ospreys-829983" style="position:relative;display:block;height:100%"><img alt="Baxter sees positives as Chiefs pick up victory over the Ospreys" src="https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/56/1N8A2391.jpg?trim=0,597,0,598&amp;width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/56/1N8A2391.jpg?trim=0,597,0,598&amp;width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/56/1N8A2391.jpg?trim=0,597,0,598&amp;width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/sport/rugby"><div><p>Rugby</p></div></a></div><div><a style="display:flex" href="/sport/rugby/baxter-sees-positives-as-chiefs-pick-up-victory-over-the-ospreys-829983"><div class="title"><p>Baxter sees positives as Chiefs pick up victory over the Ospreys</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL articleX6"><div class="image_wrapper"><a href="/sport/football/peschkes-header-helps-holsworthy-sink-sticker-829936" style="position:relative;display:block;height:100%"><img alt="Peschke&#x27;s header helps Holsworthy sink Sticker" src="https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/18/Untitled-design-640.jpeg?width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/18/Untitled-design-640.jpeg?width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/18/Untitled-design-640.jpeg?width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/sport/football"><div><p>Football</p></div></a></div><div><a style="display:flex" href="/sport/football/peschkes-header-helps-holsworthy-sink-sticker-829936"><div class="title"><p>Peschke&#x27;s header helps Holsworthy sink Sticker</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL articleX6"><div class="image_wrapper"><a href="/sport/football/harrisons-free-kick-maintains-callingtons-unbeaten-start-829677" style="position:relative;display:block;height:100%"><div class="Herostyled__IconWrapper-sc-1kv60q9-0 fYfiiI"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg></div><img alt="Harrison&#x27;s free-kick maintains Callington&#x27;s unbeaten start " src="https://www.thepost.uk.com/tindle-static/image/2025/08/31/20/57/Untitled-design-614.jpeg?width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/08/31/20/57/Untitled-design-614.jpeg?width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/08/31/20/57/Untitled-design-614.jpeg?width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/sport/football"><div><p>Football</p></div></a></div><div><a style="display:flex" href="/sport/football/harrisons-free-kick-maintains-callingtons-unbeaten-start-829677"><div class="title"><p>Harrison&#x27;s free-kick maintains Callington&#x27;s unbeaten start </p></div></a></div></div></div></div><div class="ArticleX6PlusMPUstyled__MPUWrapper-sc-h42bmg-2 bVOEjB"><div class="MPUstyled__MPUWrapper-sc-1cdmm4p-0 RBkGu"><div class="MPUstyled__MPUInnerWrapper-sc-1cdmm4p-1 iEeMlD"><div id="mpu5" class="six_item" style="width:100%;height:200"></div></div></div></div></div></div><div><div class="Titlestyled__TitleWrapper-sc-1ijng3a-1 bevunH"><h1 type="section" class="Titlestyled__StyledTitle-sc-1ijng3a-0 cktzel">News</h1></div></div><div><div class="ArticleX3PlusMPUstyled__Wrapper-sc-1m3pk3y-0 jPwNGo"><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gPzDSw articleX3plus"><div class="image_wrapper"><a href="/news/new-club-aims-to-support-local-mens-wellbeing-829868" style="position:relative;display:block;height:100%"><img alt="New club aims to support local men&#x27;s wellbeing" src="https://www.thepost.uk.com/tindle-static/image/2025/09/08/10/31/Bude-Mens-Shed-Launch.jpeg?width=310&amp;height=153&amp;crop=310:153" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/08/10/31/Bude-Mens-Shed-Launch.jpeg?width=125&amp;height=80&amp;crop=125:80 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/08/10/31/Bude-Mens-Shed-Launch.jpeg?width=310&amp;height=153&amp;crop=310:153 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/new-club-aims-to-support-local-mens-wellbeing-829868"><div class="title"><p>New club aims to support local men&#x27;s wellbeing</p></div></a></div></div></div><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gPzDSw articleX3plus"><div class="image_wrapper"><a href="/news/cornish-protesters-say-they-are-prepared-to-go-to-prison-830188" style="position:relative;display:block;height:100%"><img alt="Cornish protesters say they are prepared to go to prison" src="https://www.thepost.uk.com/tindle-static/image/2025/09/08/15/09/Debbie-Andrews-(left)-Jack-Morrison-Amy-Hughes-and-Oliver-Baines-(right).png?width=310&amp;height=153&amp;crop=310:153" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/08/15/09/Debbie-Andrews-(left)-Jack-Morrison-Amy-Hughes-and-Oliver-Baines-(right).png?width=125&amp;height=80&amp;crop=125:80 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/08/15/09/Debbie-Andrews-(left)-Jack-Morrison-Amy-Hughes-and-Oliver-Baines-(right).png?width=310&amp;height=153&amp;crop=310:153 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/cornish-protesters-say-they-are-prepared-to-go-to-prison-830188"><div class="title"><p>Cornish protesters say they are prepared to go to prison</p></div></a></div></div></div><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gPzDSw articleX3plus"><div class="image_wrapper"><a href="/news/history-behind-the-lostwithiel-house-with-unusual-3000-year-lease-revealed-830101" style="position:relative;display:block;height:100%"><img alt="Lostwithiel house&#x27;s 3,000-year lease" src="https://www.thepost.uk.com/tindle-static/image/2025/09/08/14/16/quirky-house-ha-1425737.jpg?width=310&amp;height=153&amp;crop=310:153" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/08/14/16/quirky-house-ha-1425737.jpg?width=125&amp;height=80&amp;crop=125:80 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/08/14/16/quirky-house-ha-1425737.jpg?width=310&amp;height=153&amp;crop=310:153 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/history-behind-the-lostwithiel-house-with-unusual-3000-year-lease-revealed-830101"><div class="title"><p>Lostwithiel house&#x27;s 3,000-year lease</p></div></a></div></div></div><div class="MPUstyled__MPUWrapper-sc-1cdmm4p-0 RBkGu"><div class="MPUstyled__MPUInnerWrapper-sc-1cdmm4p-1 iEeMlD"><div id="mpu6" class="three_item" style="width:100%;height:200"></div></div></div></div></div><div><div class="HeroPlus6styled__Wrapper-sc-1u189i7-0 cUfGxT hero6-only"><div size="6" class="Herostyled__HeroWrapper-sc-1kv60q9-1 bMKweF"><a href="/news/suez-to-open-doors-to-bodmin-recycling-facility-in-free-event-829269"><img alt="SUEZ to open doors to Bodmin recycling facility in free event" class="hero_image" loading="lazy" src="https://www.thepost.uk.com/tindle-static/image/2025/09/05/9/07/SUEZ_-_Bodmin_-_December_2016_(78).jpg?width=640&amp;height=525&amp;crop=640:525" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/05/9/07/SUEZ_-_Bodmin_-_December_2016_(78).jpg?width=380&amp;height=350&amp;crop=380:350 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/05/9/07/SUEZ_-_Bodmin_-_December_2016_(78).jpg?width=640&amp;height=525&amp;crop=640:525 840w,

"/></a><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div>News</div></a></div><a style="display:flex" href="/news/suez-to-open-doors-to-bodmin-recycling-facility-in-free-event-829269"><h1 class="title_wrapper">SUEZ to open doors to Bodmin recycling facility in free event</h1></a><div class="hero_body"><a href="/news/suez-to-open-doors-to-bodmin-recycling-facility-in-free-event-829269"><div><p>Take a unique behind-the-scenes tour of Cornwall’s upgraded Bodmin Materials Recycling Facility as it opens for Heritage Open Day.</p></div></a></div></div></div><div class="HeroPlus6styled__ArticlesWrapper-sc-1u189i7-1 lhTygO articles-wrapper"><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL"><div class="image_wrapper"><a href="/news/more-than-100-ev-charging-sockets-installed-in-cornwall-since-uk-government-launched-funding-scheme-829799" style="position:relative;display:block;height:100%"><img alt="More than 100 EV charging sockets installed in Cornwall since UK Government launched funding scheme" src="https://www.thepost.uk.com/tindle-static/image/2025/09/08/10/85d282dd7e5c0acd1481004ccc072861Y29udGVudHNlYXJjaGFwaSwxNzU3NDA4NzAw-2.80627381.jpg?trim=0,1682,0,240&amp;width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/08/10/85d282dd7e5c0acd1481004ccc072861Y29udGVudHNlYXJjaGFwaSwxNzU3NDA4NzAw-2.80627381.jpg?trim=0,1682,0,240&amp;width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/08/10/85d282dd7e5c0acd1481004ccc072861Y29udGVudHNlYXJjaGFwaSwxNzU3NDA4NzAw-2.80627381.jpg?trim=0,1682,0,240&amp;width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/more-than-100-ev-charging-sockets-installed-in-cornwall-since-uk-government-launched-funding-scheme-829799"><div class="title"><p>More than 100 EV charging sockets installed in Cornwall since UK Government launched funding scheme</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL"><div class="image_wrapper"><a href="/news/food-hygiene-ratings-handed-to-29-cornwall-establishments-829723" style="position:relative;display:block;height:100%"><img alt="Food hygiene ratings handed to 29 Cornwall establishments" src="https://www.thepost.uk.com/tindle-static/image/2025/09/08/08/169d93a739bc8b3d111f9e3cc2c873e2Y29udGVudHNlYXJjaGFwaSwxNzU3NDAyOTA0-2.30682350.jpg?trim=0,732,0,437&amp;width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/08/08/169d93a739bc8b3d111f9e3cc2c873e2Y29udGVudHNlYXJjaGFwaSwxNzU3NDAyOTA0-2.30682350.jpg?trim=0,732,0,437&amp;width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/08/08/169d93a739bc8b3d111f9e3cc2c873e2Y29udGVudHNlYXJjaGFwaSwxNzU3NDAyOTA0-2.30682350.jpg?trim=0,732,0,437&amp;width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/food-hygiene-ratings-handed-to-29-cornwall-establishments-829723"><div class="title"><p>Food hygiene ratings handed to 29 Cornwall establishments</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL"><div class="image_wrapper"><a href="/news/planning/public-notices-the-latest-applications-made-to-cornwall-council-827999" style="position:relative;display:block;height:100%"><img alt="Public Notices: The latest applications made to Cornwall Council" src="https://www.thepost.uk.com/tindle-static/image/2023/05/09/11/architect-254579_1280.jpg?trim=0,217,0,216&amp;width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2023/05/09/11/architect-254579_1280.jpg?trim=0,217,0,216&amp;width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2023/05/09/11/architect-254579_1280.jpg?trim=0,217,0,216&amp;width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/planning"><div><p>Planning</p></div></a></div><div><a style="display:flex" href="/news/planning/public-notices-the-latest-applications-made-to-cornwall-council-827999"><div class="title"><p>Public Notices: The latest applications made to Cornwall Council</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL"><div class="image_wrapper"><a href="/news/how-the-vandalism-at-bodmin-war-memorial-sparked-community-outrage-and-swift-repair-828679" style="position:relative;display:block;height:100%"><img alt="Memorial vandalism sparks outrage and swift repair" src="https://www.thepost.uk.com/tindle-static/image/2025/09/01/10/18/PXL_20250901_065054878.jpg?trim=0,504,0,504&amp;width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/01/10/18/PXL_20250901_065054878.jpg?trim=0,504,0,504&amp;width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/01/10/18/PXL_20250901_065054878.jpg?trim=0,504,0,504&amp;width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/how-the-vandalism-at-bodmin-war-memorial-sparked-community-outrage-and-swift-repair-828679"><div class="title"><p>Memorial vandalism sparks outrage and swift repair</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL"><div class="image_wrapper"><a href="/news/planning/planning-council-issue-refusal-for-home-and-holiday-let-828995" style="position:relative;display:block;height:100%"><img alt="Planning: Council issue refusal for home and holiday let " src="https://www.thepost.uk.com/tindle-static/image/2025/09/04/11/05/Untitled-design-2025-09-04T125221-560.png?trim=0,420,0,420&amp;width=200&amp;height=88&amp;crop=119:88" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/04/11/05/Untitled-design-2025-09-04T125221-560.png?trim=0,420,0,420&amp;width=118&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/04/11/05/Untitled-design-2025-09-04T125221-560.png?trim=0,420,0,420&amp;width=200&amp;height=88&amp;crop=119:88 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/planning"><div><p>Planning</p></div></a></div><div><a style="display:flex" href="/news/planning/planning-council-issue-refusal-for-home-and-holiday-let-828995"><div class="title"><p>Planning: Council issue refusal for home and holiday let </p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 eGqTwL"><div class="image_wrapper"><a href="/news/scouts-enjoy-unforgettable-trip-to-swiss-alps-829077" style="position:relative;display:block;height:100%"><img alt="Scouts enjoy unforgettable trip to Swiss Alps" src="https://www.thepost.uk.com/tindle-static/image/2025/09/04/14/44/Bude-Scouts-Switzerland-Trip.jpeg?trim=0,109,0,107&amp;width=118&amp;height=79&amp;crop=118:79" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/04/14/44/Bude-Scouts-Switzerland-Trip.jpeg?trim=0,109,0,107&amp;width=96&amp;height=64&amp;crop=96:64 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/04/14/44/Bude-Scouts-Switzerland-Trip.jpeg?trim=0,109,0,107&amp;width=118&amp;height=79&amp;crop=118:79 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/scouts-enjoy-unforgettable-trip-to-swiss-alps-829077"><div class="title"><p>Scouts enjoy unforgettable trip to Swiss Alps</p></div></a></div></div></div></div></div></div><div><div class="HeroPlus3styled__Wrapper-sc-10onlpk-0 dJmHQT"><div size="3" class="Herostyled__HeroWrapper-sc-1kv60q9-1 kKRRDR"><a href="/news/cornwall-takes-centre-stage-with-pck-dance-world-premiere-829460"><img alt="Cornwall takes centre stage with PCK Dance world premiere" class="hero_image" loading="lazy" src="https://www.thepost.uk.com/tindle-static/image/2025/09/05/13/17/image00003.jpeg?trim=0,125,0,125&amp;width=640&amp;height=525&amp;crop=640:525" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/05/13/17/image00003.jpeg?trim=0,125,0,125&amp;width=380&amp;height=350&amp;crop=380:350 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/05/13/17/image00003.jpeg?trim=0,125,0,125&amp;width=640&amp;height=525&amp;crop=640:525 840w,

"/></a><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div>News</div></a></div><a style="display:flex" href="/news/cornwall-takes-centre-stage-with-pck-dance-world-premiere-829460"><h1 class="title_wrapper">Cornwall takes centre stage with PCK Dance world premiere</h1></a><div class="hero_body"><a href="/news/cornwall-takes-centre-stage-with-pck-dance-world-premiere-829460"><div><p>The production marks the opening night of a 20-date UK tour<a href="/topic/tour"></a>, giving local audiences the unique opportunity to see the show before it is staged nationwide</p></div></a></div></div></div><div class="HeroPlus3styled__Articlex3Wrapper-sc-10onlpk-1 cOjZhR"><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 WCUol heroplus3"><div class="image_wrapper"><a href="/news/entertainment/female-duo-to-perform-at-launceston-folk-club-826307" style="position:relative;display:block;height:100%"><img alt="Female duo to perform at Launceston Folk Club" src="https://www.thepost.uk.com/tindle-static/image/2025/08/27/9/23/While-Matthews.jpeg?trim=0,168,0,104&amp;width=310&amp;height=153&amp;crop=310:153" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/08/27/9/23/While-Matthews.jpeg?trim=0,168,0,104&amp;width=125&amp;height=80&amp;crop=125:80 540w,
https://www.thepost.uk.com/tindle-static/image/2025/08/27/9/23/While-Matthews.jpeg?trim=0,168,0,104&amp;width=310&amp;height=153&amp;crop=310:153 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/entertainment"><div><p>Entertainment</p></div></a></div><div><a style="display:flex" href="/news/entertainment/female-duo-to-perform-at-launceston-folk-club-826307"><div class="title"><p>Female duo to perform at Launceston Folk Club</p></div></a></div></div></div><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 WCUol heroplus3"><div class="image_wrapper"><a href="/news/community-news/more-community-news-from-the-post-area-827950" style="position:relative;display:block;height:100%"><img alt="More community news from the Post area" src="https://www.thepost.uk.com/tindle-static/image/2025/09/01/15/03/The-Grub-Club-Callington-Methodist-August-2025-3.jpeg?trim=509,0,511,0&amp;width=310&amp;height=153&amp;crop=310:153" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2025/09/01/15/03/The-Grub-Club-Callington-Methodist-August-2025-3.jpeg?trim=509,0,511,0&amp;width=125&amp;height=80&amp;crop=125:80 540w,
https://www.thepost.uk.com/tindle-static/image/2025/09/01/15/03/The-Grub-Club-Callington-Methodist-August-2025-3.jpeg?trim=509,0,511,0&amp;width=310&amp;height=153&amp;crop=310:153 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/community-news"><div><p>Community news</p></div></a></div><div><a style="display:flex" href="/news/community-news/more-community-news-from-the-post-area-827950"><div class="title"><p>More community news from the Post area</p></div></a></div></div></div><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 WCUol heroplus3"><div class="image_wrapper"><a href="/opinion/henwyn-tyllerplace-names-goonhilly-823584" style="position:relative;display:block;height:100%"><img alt="Henwyn tyller/Place names - Goonhilly " src="https://www.thepost.uk.com/tindle-static/image/2021/12/19/07/3423_Goonhilly-Earth-Station.jpg?width=310&amp;height=153&amp;crop=310:153" loading="lazy" srcSet="
https://www.thepost.uk.com/tindle-static/image/2021/12/19/07/3423_Goonhilly-Earth-Station.jpg?width=125&amp;height=80&amp;crop=125:80 540w,
https://www.thepost.uk.com/tindle-static/image/2021/12/19/07/3423_Goonhilly-Earth-Station.jpg?width=310&amp;height=153&amp;crop=310:153 840w,

"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/opinion"><div><p>Opinion</p></div></a></div><div><a style="display:flex" href="/opinion/henwyn-tyllerplace-names-goonhilly-823584"><div class="title"><p>Henwyn tyller/Place names - Goonhilly </p></div></a></div></div></div></div></div></div></div></div></div></main><footer class="Footerstyled__FooterWrapper-sc-4mau84-0 fCyhxd"><div class="Footerstyled__ContactDetailsWrapper-sc-4mau84-3 kfIVEr"><div class="Footerstyled__LogoWrapper-sc-4mau84-4 kdVmIp"><a href="/" class="Logo__Link-sc-m24d4e-1 hrJPfr"><img src="/images/logos/cornish.jpg" alt="thepost.uk.com" id="logo" loading="lazy" srcSet="
/images/logos/cornish.jpg?width=220&amp;height=70&amp;crop=220:70 220w,
/images/logos/cornish.jpg?width=350&amp;height=85&amp;crop=350:85 350w,
" class="Logo__Image-sc-m24d4e-2 ilzXJo"/></a></div><div class="Footerstyled__ContactWrapper-sc-4mau84-8 ckqCBA"><div class="Footerstyled__InnerContactWrapper-sc-4mau84-1 kgitTH"><div><p class="Footerstyled__SubHeading-sc-4mau84-10 cuKBbF">Contact</p><address>10 Southgate Street<br/>Launceston<br/>Cornwall<br/>England<br/>PL15 9DP<br/><br/><div class="Footerstyled__LinksWrapper-sc-4mau84-13 ctzgUt"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18.1182 14.702L14 15.5C11.2183 14.1038 9.50001 12.5 8.50001 10L9.26996 5.8699L7.81453 2H4.06361C2.93606 2 2.04815 2.93178 2.21655 4.04668C2.63696 6.83 3.87654 11.8765 7.50001 15.5C11.3052 19.3052 16.7857 20.9564 19.802 21.6127C20.9668 21.8662 22 20.9575 22 19.7655V16.1812L18.1182 14.702Z" stroke="#272727" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>Tel:<!-- --> <a href="tel:01566778213" target="_blank" rel="noreferrer">01566 778213</a><br/></div><div class="Footerstyled__LinksWrapper-sc-4mau84-13 ctzgUt"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7.4301 8.38558C7.09076 8.14804 6.62311 8.23057 6.38558 8.5699C6.14804 8.90924 6.23057 9.37689 6.5699 9.61442L7.4301 8.38558ZM12 12.5L11.5699 13.1144C11.8281 13.2952 12.1719 13.2952 12.4301 13.1144L12 12.5ZM17.4301 9.61442C17.7694 9.37689 17.852 8.90924 17.6144 8.5699C17.3769 8.23057 16.9092 8.14804 16.5699 8.38558L17.4301 9.61442ZM6.5699 9.61442L11.5699 13.1144L12.4301 11.8856L7.4301 8.38558L6.5699 9.61442ZM12.4301 13.1144L17.4301 9.61442L16.5699 8.38558L11.5699 11.8856L12.4301 13.1144ZM2.75 17V7H1.25V17H2.75ZM2.75 7C2.75 6.30964 3.30964 5.75 4 5.75V4.25C2.48122 4.25 1.25 5.48122 1.25 7H2.75ZM4 5.75H20V4.25H4V5.75ZM20 5.75C20.6904 5.75 21.25 6.30964 21.25 7H22.75C22.75 5.48122 21.5188 4.25 20 4.25V5.75ZM21.25 7V17H22.75V7H21.25ZM21.25 17C21.25 17.6904 20.6904 18.25 20 18.25V19.75C21.5188 19.75 22.75 18.5188 22.75 17H21.25ZM20 18.25H4V19.75H20V18.25ZM4 18.25C3.30964 18.25 2.75 17.6904 2.75 17H1.25C1.25 18.5188 2.48122 19.75 4 19.75V18.25Z" fill="#272727"></path></svg><a href="/cdn-cgi/l/email-protection#b7d9d2c0c4f7c3dfd2c7d8c4c399c2dc99d4d8da" target="_blank" rel="noreferrer" class="contact-link"><span class="__cf_email__" data-cfemail="274942505467534f425748545309524c0944484a">[email&#160;protected]</span></a></div></address></div></div><div class="Footerstyled__SocialWrapper-sc-4mau84-9 ieeCZS"><p class="Footerstyled__SubHeading-sc-4mau84-10 cuKBbF">Follow us</p><div class="Footerstyled__SocialLinkWrapper-sc-4mau84-11 hZRjGZ"><a href="https://www.facebook.com/ThePostSeries" target="_blank" class="SocialLinkstyled__SocialLinkStyledWrapper-sc-cxgc9t-0 gpnIjg"><div class="SocialLinkstyled__SocialLinkStyled-sc-cxgc9t-1 kgJpcH"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="icon/facebook"><path id="Vector" d="M11.9999 1.43994C6.16794 1.43994 1.43994 6.16794 1.43994 11.9999C1.43994 17.2943 5.33994 21.6657 10.4217 22.4294V14.7988H7.80906V12.023H10.4217V10.1759C10.4217 7.11786 11.9116 5.7753 14.4532 5.7753C15.6705 5.7753 16.3142 5.86554 16.619 5.90682V8.32986H14.8852C13.8062 8.32986 13.4294 9.35274 13.4294 10.5057V12.023H16.5916L16.1625 14.7988H13.4294V22.4519C18.5836 21.7526 22.5599 17.3457 22.5599 11.9999C22.5599 6.16794 17.8319 1.43994 11.9999 1.43994Z" fill="#272727"></path></g></svg></div></a><a href="https://twitter.com/ThePostSeries" target="_blank" class="SocialLinkstyled__SocialLinkStyledWrapper-sc-cxgc9t-0 gpnIjg"><div class="SocialLinkstyled__SocialLinkStyled-sc-cxgc9t-1 fyYSFZ"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M2.84157 2.88L9.87938 13.14L2.99063 21.12H4.51688L10.5534 14.1225L15.3534 21.12H21.12L13.7672 10.4016L20.2556 2.88H18.7341L13.0922 9.41625L8.60813 2.88H2.84157ZM4.66407 3.84H8.10282L19.2975 20.16H15.8588L4.66407 3.84Z" fill="#272727"></path></svg></div></a></div></div></div></div><div id="footer-menu" class="Footerstyled__FooterMenuWrapper-sc-4mau84-12 hhjrfu"><p class="Footerstyled__SubHeading-sc-4mau84-10 cuKBbF">Further Links</p><ul class="footer-menu"><li><a href="/service/terms-and-conditions-511061" id="xj54yz1w">Terms &amp; Conditions</a></li><li><a href="/service/contact-511070" id="mgxhpbbc">Contact</a></li><li><a href="/service/privacy-and-cookies-511103" id="f82gclw7">Privacy policy</a></li><li><a href="https://www.new-job-today.co.uk/location/cornwall/?map=1" id="tsh1afld">Jobs</a></li><li><a href="https://publicnoticeportal.uk/cornish-and-devon-post-series" id="ovc059iz">Public notices </a></li></ul></div><div class="Footerstyled__NewsletterWrapper-sc-4mau84-2 idEKQs"><div class="NewsLetterSignUpstyled__NewsLetterSignUpWrapper-sc-aru595-0 fybOVn newsletter-footer"><div class="Cardstyled__Wrapper-sc-3i636i-0 lnMYDK newsletter_card"><div class="Titlestyled__TitleWrapper-sc-1ijng3a-1 bevunH"><h1 type="card" class="Titlestyled__StyledTitle-sc-1ijng3a-0 hEkSXa">Newsletter Sign up</h1></div><div class="NewsLetterSignUpstyled__Grid-sc-aru595-3 bgmdkq grid_container"><span class="NewsLetterSignUpstyled__Info-sc-aru595-1 hKaFeL">Get your latest local news for free in your email inbox</span><form action="#"><div class="NewsLetterSignUpstyled__InputWrapper-sc-aru595-2 crjyZV"><div class="Fieldstyled__InputWrapper-sc-dpy94y-6 iwGrFT"><input type="text" name="email" value="" placeholder="Enter your email address" data-testid="input" class="Fieldstyled__InputStyled-sc-dpy94y-0 inYbVm"/><span class="Fieldstyled__IconWrapper-sc-dpy94y-3 iUrbTJ"></span></div><button type="submit" disabled="" class="NewsLetterSignUpstyled__SubmitButton-sc-aru595-5 hIxYBA">Submit</button></div></form></div><div class="CheckBoxstyled__CheckboxWrapper-sc-8bsjax-0 ihwjaE checkbox"><input type="checkbox"/><label class="CheckBoxstyled__StyledLabel-sc-8bsjax-1 fpkqNb"> <span>I would like to be emailed about offers, events and updates from Cornish &amp; Devon Post. Read our <a href="/privacy">privacy notice</a></span></label></div></div></div></div><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "22002390", options: {
enableFirstPartyCookie: true
} });
(function() {
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = "https://sb.scorecardresearch.com/cs/22002390/beacon.js";
el.parentNode.insertBefore(s, el);
})();
</script><noscript><img src="https://sb.scorecardresearch.com/p?c1=2&amp;c2=22002390&amp;cv=4.4.0&amp;cj=1"/></noscript></footer><div class="Footerstyled__FooterBottomBorderContainer-sc-4mau84-6 dVUVZt"><div class="Footerstyled__FooterBottomBorder-sc-4mau84-7 hmxnFS"></div></div><div class="Footerstyled__FooterBottom-sc-4mau84-5 cRpDUh"><p class="Footerstyled__LegalText-sc-4mau84-14 hmqzZk">Owned or licensed to Tindle Newspapers Ltd. | Independent Family-Owned Newspapers | Copyright &amp; Trade Mark Notice &amp; 2013 -<!-- --> <!-- -->2025</p></div></div><script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
</script><script async="" src="https://micro.rubiconproject.com/prebid/dynamic/11022.js?group=tindle"></script><script async="" src="https://tindle.1xl.adopstar.uk/tindle.js"></script><script async="">
class CsvDomainMapper{constructor(e){this.csvUrl=e}getIdByDomain=e=>{let t=()=>fetch(this.csvUrl).then(e=>e.ok?e.text():Promise.reject("CSV fetch failed")).then(e=>e.split("\n").slice(1).reduce((e,t)=>{let[n,s]=t.split(",").map(e=>e.trim());return n&&s&&(e[n.replace(/^www\./,"")]=s),e},{}));return e=e.replace(/^www\./,""),this.domainIdMap?Promise.resolve(this.domainIdMap[e]||null):t().then(t=>(this.domainIdMap=t,t[e]||null))}}const mapper=new CsvDomainMapper("https://cdn.exitbee.com/csvs/1xlSiteIds.csv");mapper.getIdByDomain(window.location.hostname).then(e=>{e?(!function(e,t,n,s,a){e.ExitBeeObject=a,e[a]=e[a]||function(){(e[a].args=e[a].args||[]).push(arguments)};let i=t.createElement(n),r=t.getElementsByTagName(n)[0];i.async=1,i.src=s,r.parentNode.insertBefore(i,r)}(window,document,"script","https://cdn.exitbee.com/xtb.min.js","xtb"),window.xtb("loadSite",e)):console.warn("Domain ID not found in CSV")});
</script></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"data":{"data":{"type":"section","layout":{"name":"Cornish \u0026 Devon Post / Home / Layout","id":168,"updated":1757410655,"section":{"name":"Home","path":"/","id":425,"uuid":"4c78ec40-e02a-410f-b58d-00281bd365f5","sourceId":null,"sourceName":null,"sourcePath":"home","changed":"1744287001","firstLetter":"h","hierarchy":[],"bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"field_disable_affiliates":false},"articleCount":7}},"section":{"name":"Home","path":"/","id":425,"uuid":"4c78ec40-e02a-410f-b58d-00281bd365f5","sourceId":null,"sourceName":null,"sourcePath":"home","changed":"1744287001","firstLetter":"h","hierarchy":[],"bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"field_disable_affiliates":false},"articleCount":7},"cacheKeys":["web_tindle_prod_section_425_publication_47","tindle_prod","web_tindle_prod","web_tindle_prod_section_425","web_tindle_prod_publication_47","web_tindle_prod_2025-09-09","web_tindle_prod_2025-09-09_publication_47"],"adConfig":19,"components":[{"type":"HeroPlus1Articles","description":"This component contains \u003cstrong\u003e2 articles\u003c/strong\u003e.","labelText":null,"labelLink":null,"useAuthorImage":false,"heroAlignment":"Left","updated":null,"taboolaExcludeArticles":null,"contentSourceDomain":null,"remotePublication":false,"articles":[{"type":"article","id":"830130","remoteId":null,"status":true,"title":"Worden crowned Bude's men's champion for the first time","titleShort":"Worden crowned Bude's men's champion for the first time","titleSocial":"Worden crowned Bude's men's champion for the first time","titleSEO":"Worden crowned Bude's men's champion for the first time","lead":"\u003cp\u003eHodgkinson retains ladies title against Goldthorp\u003c/p\u003e","path":"/sport/bowls/worden-crowned-budes-mens-champion-for-the-first-time-830130","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"Sport","path":"/sport","id":442,"uuid":"7717d57c-0b44-4d57-b315-01dbe773026f","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"s","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"Sport","bundle":"section","articleCount":3866},{"name":"Bowls","path":"/sport/bowls","id":443,"uuid":"d16e8e63-a91d-4493-a714-ea03ce2ed1df","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Bowls","bundle":"section","articleCount":116}],"workflow":"Raw","sections":[{"name":"Bowls","path":"/sport/bowls","id":443,"uuid":"d16e8e63-a91d-4493-a714-ea03ce2ed1df","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Bowls","bundle":"section","articleCount":116}],"hero":[{"type":"image","data":{"title":"Untitled design (20)","description":"Robin Worden and Andrew Smeeth.","caption":"\u003cp\u003eRobin Worden and Andrew Smeeth (cap) battle it out in the men's final which Worden eventually edged 21-20. (Picture: (Bude Bowls Club).\u003c/p\u003e","copyright":"Bude Bowling Club","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/08/14/44/Untitled-design-(20).jpeg","id":null,"bundle":"remote_image","mid":777576,"changed":"1757342624","created":"1757342624","uid":106,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"David Sillifant"},"extra":{"imageSize":{"width":2048,"height":1149},"sizes":{"Freeform":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":2048,"height":1149,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Sports Contributor","id":1491,"changed":"1753303501","remoteId":null,"email":null,"firstName":null,"lastName":null,"jobTitle":null,"imageUrl":"https://www.biggin-hill-today.co.uk/images/reporters/","twitter":null,"facebook":null,"location":null,"path":"/author/sports-contributor","description":null,"firstLetter":"s","bundle":"author","extra":{"titleSEO":"","seoDescription":"This is the hub for all Sports Contributors, on behalf of Tindle News.","takeover":""},"articleCount":378}],"updated":1757435452,"changed":1757342643,"publish":1757435452,"firstCreated":1757342643,"firstPublished":1757435452,"overrideDate":1757341305,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":334,"extra":{"isBreakingNews":false}},{"type":"article","id":"830441","remoteId":null,"status":true,"title":"Chance to pick up a didgeridoo at probate estate sale","titleShort":"Chance to pick up a didgeridoo at probate estate sale","titleSocial":"Chance to pick up a didgeridoo at probate estate sale","titleSEO":"Chance to pick up a didgeridoo at probate estate sale","lead":"","path":"/news/entertainment/chance-to-pick-up-a-didgeridoo-at-probate-estate-sale-830441","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294},{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":362}],"workflow":"Subbed","sections":[{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":362}],"hero":[{"type":"image","data":{"title":"Eric Distin sales","description":"There are more than a few quirky items going under the hammer this month","caption":"\u003cp\u003eThere are more than a few quirky items going under the hammer this month\u003c/p\u003e","copyright":"Eric Distin","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/09/10/08/Eric-Distin-sales.jpeg","id":null,"bundle":"remote_image","mid":777811,"changed":"1757414829","created":"1757414829","uid":103,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Zoe Uglow"},"extra":{"imageSize":{"width":4032,"height":3024},"sizes":{"onebyone":{"trimData":{"top":0,"right":504,"bottom":0,"left":504},"cropData":{"x":504,"y":0,"width":3024,"height":3024,"rotate":0,"scaleX":1,"scaleY":1}},"twobyone":{"trimData":{"top":331,"right":0,"bottom":677,"left":0},"cropData":{"x":0,"y":331.28389830508473,"width":4032,"height":2016,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":null,"updated":1757433628,"changed":1757415017,"publish":1757433628,"firstCreated":1757414915,"firstPublished":1757433628,"overrideDate":1757413577,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":132,"extra":{"isBreakingNews":false}}]},{"type":"Multi2Articles","description":"This component has 2 sources. The first one contains \u003cstrong\u003e1 article\u003c/strong\u003e and the second one contains \u003cstrong\u003e1 article\u003c/strong\u003e.","multi":true,"labelText":null,"labelLink":null,"title":null,"updated":null,"article_list_1":[{"type":"article","id":"826345","remoteId":null,"status":true,"title":"Luxurious New Forest house up for grabs in new Omaze Million Pound House Draw","titleShort":"Luxurious New Forest house up for grabs in Million Pound House Draw","titleSocial":"Luxurious New Forest house up for grabs in Million Pound House Draw","titleSEO":"Luxurious New Forest house up for grabs in new Omaze Million Pound House Draw","lead":"\u003cp\u003eOmaze launches New Forest House Draw - Sponsored Article \u003c/p\u003e","path":"/service/ad-feature/luxurious-new-forest-house-up-for-grabs-in-new-omaze-million-pound-house-draw-826345","articleTypes":[{"name":"Commercial","path":"/article-type/commercial","id":51,"uuid":"942bef3b-8806-42d5-ae8a-f3504387817a","changed":"1631879200","firstLetter":"c","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"service","path":"/service","id":459,"uuid":"4d36eadc-a578-49ed-b826-ae99ebe96634","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753280041","firstLetter":"s","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"service","bundle":"section","articleCount":6},{"name":"Ad feature","path":"/service/ad-feature","id":11226,"uuid":"caa74cbf-45a7-40f3-8a9b-212d076400d5","sourceId":null,"sourceName":null,"sourcePath":"ad-feature","changed":"1753181461","firstLetter":"a","hierarchy":[{"name":"Home","id":425},{"name":"service","id":459}],"hierarchicalName":"service \u003e Ad feature","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isCommercial":true,"isHideCommenting":false,"isHideNewsletterSignUp":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":106}],"workflow":"Raw","sections":[{"name":"Ad feature","path":"/service/ad-feature","id":11226,"uuid":"caa74cbf-45a7-40f3-8a9b-212d076400d5","sourceId":null,"sourceName":null,"sourcePath":"ad-feature","changed":"1753181461","firstLetter":"a","hierarchy":[{"name":"Home","id":425},{"name":"service","id":459}],"hierarchicalName":"service \u003e Ad feature","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isCommercial":true,"isHideCommenting":false,"isHideNewsletterSignUp":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":106},{"name":"Property","path":"/property","id":3514,"uuid":"41014011-4cc8-4e7d-ae75-0b132a81be21","sourceId":null,"sourceName":null,"sourcePath":"property","changed":"1753300261","firstLetter":"p","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"Property","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"field_disable_affiliates":false},"articleCount":210}],"hero":[{"type":"image","data":{"title":"omaze ","description":"omaze ","caption":"\u003cp\u003eThe property is worth £2.5m. \u003c/p\u003e","copyright":"Omaze UK ","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/08/27/10/26/omaze.jpeg","id":null,"bundle":"remote_image","mid":774274,"changed":"1756290206","created":"1756290206","uid":120,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Chloe Shakesby"},"extra":{"imageSize":{"width":2000,"height":1500},"sizes":{"sixbyfive":{"trimData":{"top":0,"right":377,"bottom":0,"left":376},"cropData":{"x":376.7,"y":0,"width":6777.6,"height":5648,"rotate":0,"scaleX":1,"scaleY":1}},"threebytwo":{"trimData":{"top":244,"right":0,"bottom":383,"left":0},"cropData":{"x":0,"y":244.40112994350287,"width":7531,"height":5020.666666666667,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":null,"updated":1756715784,"changed":1756715784,"publish":1756715784,"firstCreated":1756290057,"firstPublished":1756461716,"overrideDate":1756289877,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"extra":{"isShowSponsoredCapsule":true},"isBreakingNews":false,"isLiveBlog":false,"wordCount":273}],"article_list_2":[{"type":"article","id":"830143","remoteId":"CF2:829905To47","status":true,"title":"Getting your business ready for Christmas 2025","titleShort":"Getting your business ready for Christmas 2025","titleSocial":"Getting your business ready for Christmas 2025","titleSEO":"Getting your business ready for Christmas 2025","lead":"\u003cp\u003eNew Christmas Advertising Packages launch - Sponsored Article \u003c/p\u003e","path":"/service/ad-feature/getting-your-business-ready-for-christmas-2025-830143","articleTypes":[{"name":"Commercial","path":"/article-type/commercial","id":51,"uuid":"942bef3b-8806-42d5-ae8a-f3504387817a","changed":"1631879200","firstLetter":"c","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"service","path":"/service","id":459,"uuid":"4d36eadc-a578-49ed-b826-ae99ebe96634","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753280041","firstLetter":"s","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"service","bundle":"section","articleCount":6},{"name":"Ad feature","path":"/service/ad-feature","id":11226,"uuid":"caa74cbf-45a7-40f3-8a9b-212d076400d5","sourceId":null,"sourceName":null,"sourcePath":"ad-feature","changed":"1753181461","firstLetter":"a","hierarchy":[{"name":"Home","id":425},{"name":"service","id":459}],"hierarchicalName":"service \u003e Ad feature","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isCommercial":true,"isHideCommenting":false,"isHideNewsletterSignUp":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":106}],"workflow":null,"sections":[{"name":"Ad feature","path":"/service/ad-feature","id":11226,"uuid":"caa74cbf-45a7-40f3-8a9b-212d076400d5","sourceId":null,"sourceName":null,"sourcePath":"ad-feature","changed":"1753181461","firstLetter":"a","hierarchy":[{"name":"Home","id":425},{"name":"service","id":459}],"hierarchicalName":"service \u003e Ad feature","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isCommercial":true,"isHideCommenting":false,"isHideNewsletterSignUp":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":106}],"hero":[{"type":"image","data":{"title":"90415307_90415303_E02A-02-.jpg","description":"Haslemere Christmas Lights","caption":"\u003cp\u003eIt’s time to start thinking about getting your business ready for the festive season. \u003c/p\u003e","copyright":"Tindle","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2024/12/13/16/33/90415307_90415303_E02A-02.jpg","id":null,"bundle":"remote_image","mid":701168,"changed":"1734106773","created":"1734106773","uid":164,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Paul Ferguson"},"extra":{"imageSize":{"width":669,"height":445},"sizes":{"onebyone":{"trimData":{"top":0,"right":192,"bottom":0,"left":32},"cropData":{"x":32.62711864406778,"y":0,"width":444.99999999999994,"height":444.99999999999994,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":null,"updated":1757410514,"changed":1757410514,"publish":1757410514,"firstCreated":1757343289,"firstPublished":1757410514,"overrideDate":1757328354,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"extra":{"isShowSponsoredCapsule":true},"isBreakingNews":false,"isLiveBlog":false,"wordCount":587}]},{"type":"Title","description":"This component displays a \u003cstrong\u003eTitle element\u003c/strong\u003e.","labelText":"News","labelLink":"/news","alignment":null,"commercialBadgeTerm":null,"commercialBadgeImage":null,"commercialBadgeLink":null,"updated":null,"headingStyle":false},{"type":"ArticleX3PlusMPU","description":"This component contains \u003cstrong\u003e3 articles\u003c/strong\u003e and displays an \u003cstrong\u003eMPU\u003c/strong\u003e.","labelText":null,"labelLink":null,"useAuthorImage":false,"ad":{"type":"mpu","alignment":"Right","adSource":null},"updated":null,"taboolaExcludeArticles":null,"contentSourceDomain":null,"remotePublication":false,"articles":[{"type":"article","id":"830636","remoteId":"9c40ea98-d89e-4042-8bf7-c2a172b9b433","status":true,"title":"More than half of eligible Cornwall homes received energy-saving upgrades under Government scheme","titleShort":"More than half of eligible Cornwall homes received energy-saving upgrades under Government scheme","titleSocial":"More than half of eligible Cornwall homes received energy-saving upgrades under Government scheme","titleSEO":"More than half of eligible Cornwall homes received energy-saving upgrades under Government scheme","lead":"More than half of Cornwall homes deemed eligible for new energy-saving measures under a government grant scheme have had them installed, new figures show.","path":"/news/more-than-half-of-eligible-cornwall-homes-received-energy-saving-upgrades-under-government-scheme-830636","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"hero":[{"type":"image","data":{"title":null,"description":null,"caption":null,"copyright":"PA Wire","credit":"Andrew Matthews","alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/09/16/435e7891b6060c11eb605aa0b0cfe71bY29udGVudHNlYXJjaGFwaSwxNzU3NTE3NTIy-2.81196257.jpg","id":"435e7891b6060c11eb605aa0b0cfe71bY29udGVudHNlYXJjaGFwaSwxNzU3NTE3NTIy-2.81196257.jpg","bundle":"remote_image","mid":777993,"changed":"1757431801","created":"1757431801","uid":0,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":""},"extra":{"imageSize":{"width":5264,"height":3471},"sizes":{"threebytwo":{"trimData":{"top":0,"bottom":0,"right":57,"left":0}},"twobyone":{"trimData":{"top":108,"bottom":731,"right":0,"left":0}},"onebyone":{"trimData":{"top":0,"bottom":0,"right":58,"left":1735}},"sixteenbynine":{"trimData":{"top":108,"bottom":402,"right":0,"left":0}},"threebyone":{"trimData":{"top":867,"bottom":849,"right":0,"left":0}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Adam Care","id":10938,"changed":"1753106221","remoteId":null,"email":null,"firstName":null,"lastName":null,"jobTitle":null,"imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/adam-care","description":null,"firstLetter":"a","bundle":"author","extra":{"titleSEO":"","seoDescription":"","takeover":"","description":"\u003cp\u003eAdam Care is a journalist, go and check out his latest articles for all the latest news on behalf of Tindle News.\u003c/p\u003e\u003cp\u003e\u003c/p\u003e"},"articleCount":146}],"updated":1757431269,"changed":1757431801,"publish":1757431269,"firstCreated":1757431269,"firstPublished":1757431269,"overrideDate":1757431269,"optimiseLevel":null,"exclusiveArticle":null,"starRating":null,"unPublish":2145916800,"isBreakingNews":false,"isLiveBlog":false,"wordCount":543,"extra":{"isBreakingNews":false}},{"type":"article","id":"830547","remoteId":null,"status":true,"title":"Armed police arrest suspect after Launceston blade incident","titleShort":"Armed police called in Launceston following blade report","titleSocial":"Armed police called in Launceston following blade report","titleSEO":"Armed police called in Launceston following blade report","lead":"\u003cp\u003eA man from Tavistock has been arrested\u003c/p\u003e","path":"/news/999/armed-police-arrest-suspect-after-launceston-blade-incident-830547","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294},{"name":"999","path":"/news/999","id":427,"uuid":"9face96e-d03e-47b7-be81-3abaaf0dfeba","sourceId":null,"sourceName":null,"sourcePath":"999","changed":"1753305361","firstLetter":"9","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e 999","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":"","commercialCampaign":false,"titleSEO":"","seoDescription":"This is the page to find all the latest articles regarding 999."},"articleCount":648}],"workflow":"Raw","sections":[{"name":"999","path":"/news/999","id":427,"uuid":"9face96e-d03e-47b7-be81-3abaaf0dfeba","sourceId":null,"sourceName":null,"sourcePath":"999","changed":"1753305361","firstLetter":"9","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e 999","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":"","commercialCampaign":false,"titleSEO":"","seoDescription":"This is the page to find all the latest articles regarding 999."},"articleCount":648}],"hero":[{"type":"image","data":{"title":"Lidle Launceston","description":"Lidle Launceston","caption":"\u003cp\u003eThe incident took place on the premises of Lidl in the town\u003c/p\u003e","copyright":"Google","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/09/13/49/Lidle-Launceston.png","id":null,"bundle":"remote_image","mid":777908,"changed":"1757423510","created":"1757423510","uid":97,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"James Davies"},"extra":{"imageSize":{"width":2590,"height":1310},"sizes":{"Freeform":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":2590,"height":1310,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"James Davies","id":3437,"changed":"1753300441","remoteId":null,"email":"james.davies@thepost.uk.com","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"ThatJamesDavies ","facebook":null,"location":null,"path":"/author/james-davies","description":null,"firstLetter":"j","bundle":"author","extra":{"instagram":null,"snapchat":null,"linkedin":null,"tiktok":null,"headerImageUrl":null,"authorBioOverride":null,"titleSEO":"","seoDescription":"James Davies is a journalist. Check out their latest articles for all the latest news on behalf of The Post UK.","takeover":""},"articleCount":1439}],"updated":1757423845,"changed":1757425535,"publish":1757423845,"firstCreated":1757423555,"firstPublished":1757423845,"overrideDate":1757423322,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":130,"extra":{"isBreakingNews":false}},{"type":"article","id":"829955","remoteId":null,"status":true,"title":"NCB Radio: Successful summer gives Bodmin a lot to be proud of","titleShort":"NCB Radio: Successful summer gives Bodmin a lot to be proud of","titleSocial":"NCB Radio: Successful summer gives Bodmin a lot to be proud of","titleSEO":"NCB Radio: Successful summer gives Bodmin a lot to be proud of","lead":"\u003cp\u003eBodmin enjoyed a vibrant summer, with terrific local events aimed at bringing the community together without breaking the bank. \u003c/p\u003e","path":"/news/entertainment/ncb-radio-successful-summer-gives-bodmin-a-lot-to-be-proud-of-829955","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294},{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":362}],"workflow":"Subbed","sections":[{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":362},{"name":"Bodmin Voice","path":"/your-area/bodmin-voice","id":3661,"uuid":"fd6bd525-cd23-4e57-a0bf-4af8847674b9","sourceId":null,"sourceName":null,"sourcePath":"bodmin-voice","changed":"1753274701","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Bodmin Voice","bundle":"section","extra":{"isHideCommenting":true,"isHideNewsletterSignUp":false,"isCommercial":true,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":535}],"hero":[{"type":"dailymotion","data":{"id":"x9q6r74","bundle":"dailymotion_id","mid":777453,"changed":"1757330557"}},{"type":"image","data":{"title":"NCB Radio's Vincent Vega (Perfect Pitch Show, Vince's Vinyl Vaults) playing at the Bodmin Feast. (Picture: Aaron Greenaway/NCB Radio)","description":"NCB Radio's Vincent Vega (Perfect Pitch Show, Vince's Vinyl Vaults) playing at the Bodmin Feast. (Picture: Aaron Greenaway/NCB Radio)","caption":"\u003cp\u003eNCB Radio's Vincent Vega (Perfect Pitch Show, Vince's Vinyl Vaults) playing at the Bodmin Feast. (Picture: Aaron Greenaway/NCB Radio)\u003c/p\u003e","copyright":"NCB Radio","credit":null,"alt":"NCB Radio's Vincent Vega (Perfect Pitch Show, Vince's Vinyl Vaults) playing at the Bodmin Feast. (Picture: Aaron Greenaway/NCB Radio)","doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/48/PXL_20250905_191751440-PORTRAIT.jpg","id":null,"bundle":"remote_image","mid":777449,"changed":"1757330388","created":"1757330388","uid":154,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Aaron Greenaway"},"extra":{"imageSize":{"width":4080,"height":3072},"sizes":{"sixteenbynine":{"trimData":{"top":268,"right":0,"bottom":509,"left":0},"cropData":{"x":0,"y":268.90121822033893,"width":4080,"height":2295,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Aaron Greenaway","id":10884,"changed":"1753308601","remoteId":null,"email":"aaron.greenaway@thepost.uk.com","firstName":null,"lastName":null,"jobTitle":null,"imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/aaron-greenaway","description":null,"firstLetter":"a","bundle":"author","extra":{"instagram":"","snapchat":"","linkedin":"","tiktok":"","titleSEO":"Aaron Greenway","seoDescription":"Aaron Greenway is a journalist at The Post, UK, go and check out his latest articles for all the latest news at The Post, UK.","takeover":""},"articleCount":1495}],"updated":1757415644,"changed":1757330977,"publish":1757415644,"firstCreated":1757330424,"firstPublished":1757415644,"overrideDate":1757329974,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":558,"extra":{"isBreakingNews":false}}],"customSourceId":426,"customSourceName":"News","customSourcePath":"/news","mpu":3},{"type":"Services","description":"This component displays an \u003cstrong\u003eimage placeholder\u003c/strong\u003e with a \u003cstrong\u003ehyperlink\u003c/strong\u003e.","service":"subscriptions","updated":null},{"type":"ArticleX6PlusMPU","description":"This component contains \u003cstrong\u003e6 articles\u003c/strong\u003e and displays an \u003cstrong\u003eMPU\u003c/strong\u003e.","labelText":null,"labelLink":null,"useAuthorImage":false,"ad":{"type":"mpu","alignment":"Right","adSource":null},"updated":null,"taboolaExcludeArticles":null,"contentSourceDomain":null,"remotePublication":false,"articles":[{"type":"article","id":"829925","remoteId":null,"status":true,"title":"Creativity and community at the heart of farm shop craft day","titleShort":"Creativity and community at the heart of farm shop craft day","titleSocial":"Creativity and community at the heart of farm shop craft day","titleSEO":"Creativity and community at the heart of farm shop craft day","lead":"\u003cp\u003eEvent will showcase the best of local creativity, from handmade jewellery, candles and textiles to artisan food, woodwork and seasonal treats\u003c/p\u003e","path":"/news/creativity-and-community-at-the-heart-of-farm-shop-craft-day-829925","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"To Sub","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"hero":[{"type":"image","data":{"title":"Screenshot 2025-09-08 at 11.49.43","description":"Horizon Farm Shop in Tremar, near Liskeard, is preparing to host a special Saturday Craft Fair on October 18","caption":"\u003cp\u003eHorizon Farm Shop in Tremar, near Liskeard, is preparing to host a special Saturday Craft Fair on October 18\u003c/p\u003e","copyright":"Google Maps","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/08/10/00/Screenshot-2025-09-08-at-11-49-43.png","id":null,"bundle":"remote_image","mid":777429,"changed":"1757328960","created":"1757328960","uid":240,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Mark Stevens"},"extra":{"imageSize":{"width":2148,"height":912},"sizes":{"onebyone":{"trimData":{"top":0,"right":617,"bottom":0,"left":618},"cropData":{"x":618,"y":0,"width":912.0000000000001,"height":912.0000000000001,"rotate":0,"scaleX":1,"scaleY":1}},"twobyone":{"trimData":{"top":0,"right":162,"bottom":0,"left":161},"cropData":{"x":161.99999999999991,"y":0,"width":1824.0000000000002,"height":912.0000000000001,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Mark Stevens","id":11597,"changed":"1753180621","remoteId":null,"email":"mark.stevens@cornish-times.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/mark-stevens","description":null,"firstLetter":"m","bundle":"author","extra":{"titleSEO":"","seoDescription":"","takeover":""},"articleCount":643}],"updated":1757408435,"changed":1757329065,"publish":1757408435,"firstCreated":1757329040,"firstPublished":1757408435,"overrideDate":1757328071,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":176,"extra":{"isBreakingNews":false}},{"type":"article","id":"830273","remoteId":null,"status":true,"title":"South West Water to invest £24-million in deal with regulator after waste water spill failures","titleShort":"South West Water to invest £24-million to tackle sewage spills","titleSocial":"South West Water to invest £24-million to tackle sewage spills","titleSEO":"South West Water to invest £24-million in deal with regulator after waste water spill failures","lead":"\u003cp\u003eSouth West Water must invest £24-million in its waste water network following regulator enforcement due to spillage failures, with funds targeting pollution reduction and environmental improvements.\u003c/p\u003e","path":"/news/south-west-water-to-invest-ps24-million-in-deal-with-regulator-after-waste-water-spill-failures-830273","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"To Sub","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"hero":[{"type":"image","data":{"title":"Sewage Discharge at St Agnes, 2023","description":"Surfers Against Sewage data indicates that South West Water is responsible for dumping sewage 16,538 times since the start of 2025","caption":"\u003cp\u003eSewage in the sea \u003c/p\u003e","copyright":"Submitted","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/02/21/16/39/Sewage-Discharge-at-St-Agnes-2023.jpeg","id":null,"bundle":"remote_image","mid":718653,"changed":"1740155620","created":"1740155620","uid":240,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Mark Stevens"},"extra":{"imageSize":{"width":4032,"height":2268},"sizes":{"onebyone":{"trimData":{"top":0,"right":882,"bottom":0,"left":882},"cropData":{"x":882,"y":0,"width":2268,"height":2268,"rotate":0,"scaleX":1,"scaleY":1}},"twobyone":{"trimData":{"top":126,"right":0,"bottom":126,"left":0},"cropData":{"x":0,"y":126,"width":4032,"height":2016,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Aaron Greenaway","id":10884,"changed":"1753308601","remoteId":null,"email":"aaron.greenaway@thepost.uk.com","firstName":null,"lastName":null,"jobTitle":null,"imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/aaron-greenaway","description":null,"firstLetter":"a","bundle":"author","extra":{"instagram":"","snapchat":"","linkedin":"","tiktok":"","titleSEO":"Aaron Greenway","seoDescription":"Aaron Greenway is a journalist at The Post, UK, go and check out his latest articles for all the latest news at The Post, UK.","takeover":""},"articleCount":1495}],"updated":1757407280,"changed":1757406730,"publish":1757407280,"firstCreated":1757403957,"firstPublished":1757406636,"overrideDate":1757402645,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":1252,"extra":{"isBreakingNews":false}},{"type":"article","id":"829937","remoteId":null,"status":true,"title":"Bude duck race raises thousands for good causes","titleShort":"Bude duck race raises thousands for good causes","titleSocial":"Bude duck race raises thousands for good causes","titleSEO":"Bude duck race raises thousands for good causes","lead":"","path":"/news/bude-duck-race-raises-thousands-for-good-causes-829937","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"hero":[{"type":"image","data":{"title":"Bude Duck Race","description":"Bude Lifeboat Day Duck Race 2025","caption":"\u003cp\u003eCrowds gathered during the event to see the best duck win\u003c/p\u003e","copyright":"Submitted","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/29/Bude-Duck-Race.jpeg","id":null,"bundle":"remote_image","mid":777437,"changed":"1757329710","created":"1757329710","uid":97,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"James Davies"},"extra":{"imageSize":{"width":2820,"height":2114},"sizes":{"threebytwo":{"trimData":{"top":116,"right":0,"bottom":117,"left":0},"cropData":{"x":0,"y":116.9999999999999,"width":2820,"height":1880.0000000000002,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"James Davies","id":3437,"changed":"1753300441","remoteId":null,"email":"james.davies@thepost.uk.com","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"ThatJamesDavies ","facebook":null,"location":null,"path":"/author/james-davies","description":null,"firstLetter":"j","bundle":"author","extra":{"instagram":null,"snapchat":null,"linkedin":null,"tiktok":null,"headerImageUrl":null,"authorBioOverride":null,"titleSEO":"","seoDescription":"James Davies is a journalist. Check out their latest articles for all the latest news on behalf of The Post UK.","takeover":""},"articleCount":1439}],"updated":1757404815,"changed":1757329953,"publish":1757404815,"firstCreated":1757329855,"firstPublished":1757404815,"overrideDate":1757329103,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":320,"extra":{"isBreakingNews":false}},{"type":"article","id":"830270","remoteId":"e752e46e-0d16-454e-8b56-34e0f022e2e9","status":true,"title":"Cornwall restaurant handed new food hygiene rating","titleShort":"Cornwall restaurant handed new food hygiene rating","titleSocial":"Cornwall restaurant handed new food hygiene rating","titleSEO":"Cornwall restaurant handed new food hygiene rating","lead":"A Cornwall restaurant has been handed a new three-out-of-five food hygiene rating.","path":"/news/cornwall-restaurant-handed-new-food-hygiene-rating-830270","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"hero":[{"type":"image","data":{"title":null,"description":null,"caption":null,"copyright":"PA Archive","credit":"Victoria Jones","alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/09/08/96033411f2b83fb85710f7b164ed6198Y29udGVudHNlYXJjaGFwaSwxNzU3NDg4ODE2-2.30682350.jpg","id":"96033411f2b83fb85710f7b164ed6198Y29udGVudHNlYXJjaGFwaSwxNzU3NDg4ODE2-2.30682350.jpg","bundle":"remote_image","mid":777668,"changed":"1757403001","created":"1757403001","uid":0,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":""},"extra":{"imageSize":{"width":3500,"height":2331},"sizes":{"threebytwo":{"trimData":{"top":0,"bottom":0,"right":3,"left":0}},"twobyone":{"trimData":{"top":291,"bottom":290,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":145,"bottom":217,"right":0,"left":0}},"onebyone":{"trimData":{"top":0,"bottom":0,"right":732,"left":437}},"threebyone":{"trimData":{"top":655,"bottom":509,"right":0,"left":0}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Lesley-Anne Kelly","id":11928,"changed":"1753281061","remoteId":null,"email":null,"firstName":null,"lastName":null,"jobTitle":null,"imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/lesley-anne-kelly","description":null,"firstLetter":"l","bundle":"author","articleCount":43}],"updated":1757402434,"changed":1757403001,"publish":1757402434,"firstCreated":1757402434,"firstPublished":1757402434,"overrideDate":1757402434,"optimiseLevel":null,"exclusiveArticle":null,"starRating":null,"unPublish":2145916800,"isBreakingNews":false,"isLiveBlog":false,"wordCount":81,"extra":{"isBreakingNews":false}},{"type":"article","id":"830203","remoteId":null,"status":true,"title":"Bodmin Riding and Heritage Festival calls for volunteers for September meeting","titleShort":"Bodmin Festival seeks volunteers","titleSocial":"Help revive Bodmin Riding and Heritage Festival this September","titleSEO":"Bodmin Riding and Heritage Festival calls for volunteers","lead":"","path":"/news/bodmin-riding-and-heritage-festival-calls-for-volunteers-for-september-meeting-830203","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"To Sub","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294},{"name":"Bodmin Voice","path":"/your-area/bodmin-voice","id":3661,"uuid":"fd6bd525-cd23-4e57-a0bf-4af8847674b9","sourceId":null,"sourceName":null,"sourcePath":"bodmin-voice","changed":"1753274701","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Bodmin Voice","bundle":"section","extra":{"isHideCommenting":true,"isHideNewsletterSignUp":false,"isCommercial":true,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":535}],"hero":[{"type":"image","data":{"title":"The Beast of Bodmin facing trial in the Market House Arcade","description":"The Beast of Bodmin facing trial in the Market House Arcade","caption":"\u003cp\u003eThe Beast of Bodmin facing trial in the Market House Arcade\u003c/p\u003e","copyright":"Beast of Bodmin","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2023/06/27/14/bodmin%20beast.jpg","id":null,"bundle":"remote_image","mid":557986,"changed":"1687876721","created":"1687876014","uid":154,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Aaron Greenaway"},"extra":{"imageSize":{"width":640,"height":300},"sizes":{"onebyone":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":68,"width":1912,"height":1912,"rotate":0,"scaleX":1,"scaleY":1}},"threebytwo":{"trimData":{"top":0,"right":0,"bottom":262,"left":0},"cropData":{"x":0,"y":0,"width":650,"height":433.33333333333337,"rotate":0,"scaleX":1,"scaleY":1}},"sixteenbynine":{"trimData":{"top":0,"right":0,"bottom":330,"left":0},"cropData":{"x":0,"y":0,"width":650,"height":365.625,"rotate":0,"scaleX":1,"scaleY":1}},"Freeform":{"trimData":{"top":0,"right":0,"bottom":295,"left":0},"cropData":{"x":0,"y":0,"width":650,"height":400.51150895140665,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Aaron Greenaway","id":10884,"changed":"1753308601","remoteId":null,"email":"aaron.greenaway@thepost.uk.com","firstName":null,"lastName":null,"jobTitle":null,"imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/aaron-greenaway","description":null,"firstLetter":"a","bundle":"author","extra":{"instagram":"","snapchat":"","linkedin":"","tiktok":"","titleSEO":"Aaron Greenway","seoDescription":"Aaron Greenway is a journalist at The Post, UK, go and check out his latest articles for all the latest news at The Post, UK.","takeover":""},"articleCount":1495}],"updated":1757401217,"changed":1757347044,"publish":1757401217,"firstCreated":1757347030,"firstPublished":1757401217,"overrideDate":1757343462,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":140,"extra":{"isBreakingNews":false}},{"type":"article","id":"830154","remoteId":null,"status":true,"title":"Air ambulance celebrates its helicopters for awareness week","titleShort":"Air ambulance celebrates its helicopters for awareness week","titleSocial":"Air ambulance celebrates its helicopters for awareness week","titleSEO":"Air ambulance celebrates its helicopters for awareness week","lead":"\u003cp\u003eIndividuals who supported the appeal may be getting personal phone calls \u003c/p\u003e","path":"/news/air-ambulance-celebrates-its-helicopters-for-awareness-week-830154","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294},{"name":"Newquay Voice","path":"/your-area/newquay-voice","id":3664,"uuid":"dd01cb60-19f2-4534-bba3-9f4dcaf33b62","sourceId":null,"sourceName":null,"sourcePath":"newquay-voice","changed":"1753299962","firstLetter":"n","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Newquay Voice","bundle":"section","extra":{"isHideCommenting":true,"isHideNewsletterSignUp":false,"isCommercial":true,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":206}],"hero":[{"type":"image","data":{"title":"Screenshot 2025-09-09 at 09.44.35","description":"The new helicopter has been officially named The Duke of Cornwall (Picture: Andy Holter Photography) ","caption":"\u003cp\u003eThe new helicopter has been officially named The Duke of Cornwall (Picture: Andy Holter Photography) \u003c/p\u003e","copyright":"","credit":null,"alt":"The new helicopter has been officially named The Duke of Cornwall (Picture: Andy Holter Photography) ","doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/09/8/23/Screenshot-2025-09-09-at-09-44-35.png","id":null,"bundle":"remote_image","mid":777695,"changed":"1757407524","created":"1757407524","uid":140,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Warren Wilkins"},"extra":{"imageSize":{"width":1045,"height":693},"sizes":{"onebyone":{"trimData":{"top":0,"right":175,"bottom":0,"left":176},"cropData":{"x":176,"y":0,"width":693.0000000000001,"height":693.0000000000001,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Warren Wilkins","id":3684,"changed":"1753299901","remoteId":null,"email":"warren.wilkins@voicenewspapers.co.uk","firstName":null,"lastName":null,"jobTitle":null,"imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/warren-wilkins","description":null,"firstLetter":"w","bundle":"author","extra":{"instagram":null,"snapchat":null,"linkedin":null,"tiktok":null,"headerImageUrl":null,"authorBioOverride":null,"titleSEO":"","seoDescription":"Warren Wilkins is a journalist. Check out their latest articles for all the latest news on behalf of The Voice Newspapers.","takeover":""},"articleCount":296}],"updated":1757354499,"changed":1757407530,"publish":1757354499,"firstCreated":1757343609,"firstPublished":1757354472,"overrideDate":1757343406,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":753,"extra":{"isBreakingNews":false}}],"customSourceId":426,"customSourceName":"News","customSourcePath":"/news","mpu":4},{"type":"MostPopularPlusMPU","description":"This component contains \u003cstrong\u003epopular articles\u003c/strong\u003e and displays a \u003cstrong\u003eMPU\u003c/strong\u003e.","labelText":null,"labelLink":null,"ad":{"type":"mpu","alignment":"Right","adSource":null},"updated":null},{"type":"Title","description":"This component displays a \u003cstrong\u003eTitle element\u003c/strong\u003e.","labelText":"Sport","labelLink":"/sport","alignment":null,"commercialBadgeTerm":null,"commercialBadgeImage":null,"commercialBadgeLink":null,"updated":null,"headingStyle":false},{"type":"ArticleX6PlusMPU","description":"This component contains \u003cstrong\u003e6 articles\u003c/strong\u003e and displays an \u003cstrong\u003eMPU\u003c/strong\u003e.","labelText":null,"labelLink":null,"useAuthorImage":false,"ad":{"type":"mpu","alignment":"Right","adSource":null},"updated":null,"taboolaExcludeArticles":null,"contentSourceDomain":null,"remotePublication":false,"articles":[{"type":"article","id":"830258","remoteId":null,"status":true,"title":"New-look Seasiders run in seven tries in St Just victory","titleShort":"New-look Seasiders run in seven tries in St Just victory","titleSocial":"New-look Seasiders run in seven tries in St Just victory","titleSEO":"New-look Seasiders run in seven tries in St Just victory","lead":"\u003cp\u003eDebutant Davey gets the first with Pharo and Wilson latter dotting down twice\u003c/p\u003e","path":"/sport/rugby/new-look-seasiders-run-in-seven-tries-in-st-just-victory-830258","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"Sport","path":"/sport","id":442,"uuid":"7717d57c-0b44-4d57-b315-01dbe773026f","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"s","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"Sport","bundle":"section","articleCount":3866},{"name":"Rugby","path":"/sport/rugby","id":447,"uuid":"62a188ce-3ce9-4f44-91c0-73a9caa33446","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753280041","firstLetter":"r","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Rugby","bundle":"section","articleCount":1434}],"workflow":"Raw","sections":[{"name":"Rugby","path":"/sport/rugby","id":447,"uuid":"62a188ce-3ce9-4f44-91c0-73a9caa33446","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753280041","firstLetter":"r","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Rugby","bundle":"section","articleCount":1434}],"hero":[{"type":"image","data":{"title":"Untitled design (22)","description":"Will Hockridge and Alex Robinson.","caption":"\u003cp\u003eBude skipper Will Hockridge (left) presents prop Alex Robinson with the man-of-the-match award. (Picture: Bude RFC).\u003c/p\u003e","copyright":"Bude RFC","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/09/7/10/Untitled-design-(22).jpeg","id":null,"bundle":"remote_image","mid":777665,"changed":"1757402050","created":"1757402050","uid":106,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"David Sillifant"},"extra":{"imageSize":{"width":2048,"height":1149},"sizes":{"Freeform":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":2048,"height":1149,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Contributor","id":1498,"changed":"1752848941","remoteId":null,"email":"alison.stephenson@tavistock-today.co.uk","firstName":null,"lastName":null,"jobTitle":"Supplied Content","imageUrl":"https://www.biggin-hill-today.co.uk/images/reporters/","twitter":"https://twitter.com/tavistocktimes","facebook":null,"location":null,"path":"/author/contributor","description":null,"firstLetter":"c","bundle":"author","extra":{"titleSEO":"","seoDescription":"Alison Stephenson is a journalist. Check out their latest articles for all the latest news on behalf of Tindle News.","takeover":""},"articleCount":4}],"updated":1757406633,"changed":1757402141,"publish":1757406633,"firstCreated":1757402141,"firstPublished":1757406633,"overrideDate":1757401838,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":601,"extra":{"isBreakingNews":false}},{"type":"article","id":"830018","remoteId":null,"status":true,"title":"Launceston beaten by impressive newcomers Topsham","titleShort":"Launceston beaten by impressive newcomers Topsham ","titleSocial":"Launceston beaten by impressive newcomers Topsham ","titleSEO":"Launceston beaten by impressive newcomers Topsham ","lead":"\u003cp\u003eDevonians run out 19-8 winners in front of 700-plus crowd at Polson Bridge \u003c/p\u003e","path":"/sport/rugby/launceston-beaten-by-impressive-newcomers-topsham-830018","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"Sport","path":"/sport","id":442,"uuid":"7717d57c-0b44-4d57-b315-01dbe773026f","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"s","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"Sport","bundle":"section","articleCount":3866},{"name":"Rugby","path":"/sport/rugby","id":447,"uuid":"62a188ce-3ce9-4f44-91c0-73a9caa33446","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753280041","firstLetter":"r","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Rugby","bundle":"section","articleCount":1434}],"workflow":"Raw","sections":[{"name":"Rugby","path":"/sport/rugby","id":447,"uuid":"62a188ce-3ce9-4f44-91c0-73a9caa33446","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753280041","firstLetter":"r","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Rugby","bundle":"section","articleCount":1434}],"hero":[{"type":"image","data":{"title":"476","description":"Ollie Bebbington.","caption":"\u003cp\u003eLaunceston winger Ollie Bebbington grabbed their only try. (Picture: @_shanaid_photography).\u003c/p\u003e","copyright":"@_shanaid_photography","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/08/12/08/476.jpeg","id":null,"bundle":"remote_image","mid":777492,"changed":"1757336348","created":"1757336348","uid":106,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"David Sillifant"},"extra":{"imageSize":{"width":1831,"height":1327},"sizes":{"Freeform":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":1831,"height":1327,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Contributor","id":1498,"changed":"1752848941","remoteId":null,"email":"alison.stephenson@tavistock-today.co.uk","firstName":null,"lastName":null,"jobTitle":"Supplied Content","imageUrl":"https://www.biggin-hill-today.co.uk/images/reporters/","twitter":"https://twitter.com/tavistocktimes","facebook":null,"location":null,"path":"/author/contributor","description":null,"firstLetter":"c","bundle":"author","extra":{"titleSEO":"","seoDescription":"Alison Stephenson is a journalist. Check out their latest articles for all the latest news on behalf of Tindle News.","takeover":""},"articleCount":4}],"updated":1757349054,"changed":1757336759,"publish":1757349054,"firstCreated":1757336760,"firstPublished":1757349054,"overrideDate":1757336138,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":619,"extra":{"isBreakingNews":false}},{"type":"article","id":"830032","remoteId":null,"status":true,"title":"Cleverley praises Pilgrims after stunning home win over Stockport","titleShort":"Cleverley praises Pilgrims after stunning home win over Stockport","titleSocial":"Cleverley praises Pilgrims after stunning home win over Stockport","titleSEO":"Cleverley praises Pilgrims after stunning home win over Stockport","lead":"\u003cp\u003eArgyle dominated from start to finish as they picked up second League One win of the season at Home Park\u003c/p\u003e","path":"/sport/football/cleverley-praises-pilgrims-after-stunning-home-win-over-stockport-830032","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"Sport","path":"/sport","id":442,"uuid":"7717d57c-0b44-4d57-b315-01dbe773026f","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"s","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"Sport","bundle":"section","articleCount":3866},{"name":"Football","path":"/sport/football","id":445,"uuid":"3357feac-fa64-42a7-9db7-80dcea7d704d","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"f","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Football","bundle":"section","articleCount":1720}],"workflow":"Raw","sections":[{"name":"Football","path":"/sport/football","id":445,"uuid":"3357feac-fa64-42a7-9db7-80dcea7d704d","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"f","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Football","bundle":"section","articleCount":1720}],"hero":[{"type":"image","data":{"title":"Screenshot 2025-09-08 at 13.54.18.png","description":"Plymouth Argyle striker Lorent Tolaj netted his side's final goal in their 4-2 victory over Stockport County (Picture: Cornish Times)","caption":"\u003cp\u003ePlymouth Argyle striker Lorent Tolaj netted his side's final goal in their 4-2 victory over Stockport County (Picture: Cornish Times)\u003c/p\u003e","copyright":" ","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/08/13/18/Screenshot-2025-09-08-at-13-54-18.png","id":null,"bundle":"remote_image","mid":777508,"changed":"1757337618","created":"1757337618","uid":240,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Mark Stevens"},"extra":{"imageSize":{"width":1394,"height":810},"sizes":{"onebyone":{"trimData":{"top":0,"right":292,"bottom":0,"left":292},"cropData":{"x":292,"y":0,"width":809.9999999999999,"height":809.9999999999999,"rotate":0,"scaleX":1,"scaleY":1}},"Freeform":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":1394,"height":809.9999999999999,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Mark Stevens","id":11597,"changed":"1753180621","remoteId":null,"email":"mark.stevens@cornish-times.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/mark-stevens","description":null,"firstLetter":"m","bundle":"author","extra":{"titleSEO":"","seoDescription":"","takeover":""},"articleCount":643}],"updated":1757338247,"changed":1757338116,"publish":1757338247,"firstCreated":1757337749,"firstPublished":1757338247,"overrideDate":1757337537,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":363,"extra":{"isBreakingNews":false}},{"type":"article","id":"829983","remoteId":null,"status":true,"title":"Baxter sees positives as Chiefs pick up victory over the Ospreys","titleShort":"Baxter sees positives as Chiefs pick up victory over the Ospreys","titleSocial":"Baxter sees positives as Chiefs pick up victory over the Ospreys","titleSEO":"Baxter sees positives as Chiefs pick up victory over the Ospreys","lead":"\u003cp\u003eDirector of Rugby says harder tests lie in wait for Exeter, but initial signs for new season are encouraging\u003c/p\u003e","path":"/sport/rugby/baxter-sees-positives-as-chiefs-pick-up-victory-over-the-ospreys-829983","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"Sport","path":"/sport","id":442,"uuid":"7717d57c-0b44-4d57-b315-01dbe773026f","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"s","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"Sport","bundle":"section","articleCount":3866},{"name":"Rugby","path":"/sport/rugby","id":447,"uuid":"62a188ce-3ce9-4f44-91c0-73a9caa33446","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753280041","firstLetter":"r","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Rugby","bundle":"section","articleCount":1434}],"workflow":"Raw","sections":[{"name":"Rugby","path":"/sport/rugby","id":447,"uuid":"62a188ce-3ce9-4f44-91c0-73a9caa33446","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753280041","firstLetter":"r","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Rugby","bundle":"section","articleCount":1434},{"name":"Sport","path":"/sport","id":442,"uuid":"7717d57c-0b44-4d57-b315-01dbe773026f","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"s","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"Sport","bundle":"section","articleCount":3866}],"hero":[{"type":"image","data":{"title":"1N8A2391.jpg","description":"Exeter Chiefs winger Campbell Ridl helped himself to two tries in his side's pre-season victory over the Ospreys (Picture: Exeter Chiefs)","caption":"\u003cp\u003eExeter Chiefs winger Campbell Ridl helped himself to two tries in his side's pre-season victory over the Ospreys (Picture: Exeter Chiefs)\u003c/p\u003e","copyright":" ","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/56/1N8A2391.jpg","id":null,"bundle":"remote_image","mid":777469,"changed":"1757332376","created":"1757332376","uid":240,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Mark Stevens"},"extra":{"imageSize":{"width":3588,"height":2392},"sizes":{"onebyone":{"trimData":{"top":0,"right":597,"bottom":0,"left":598},"cropData":{"x":598,"y":0,"width":2392.0000000000005,"height":2392.0000000000005,"rotate":0,"scaleX":1,"scaleY":1}},"twobyone":{"trimData":{"top":244,"right":0,"bottom":353,"left":0},"cropData":{"x":0,"y":244.26793580136066,"width":3588.0000000000005,"height":1794.0000000000002,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Mark Stevens","id":11597,"changed":"1753180621","remoteId":null,"email":"mark.stevens@cornish-times.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/mark-stevens","description":null,"firstLetter":"m","bundle":"author","extra":{"titleSEO":"","seoDescription":"","takeover":""},"articleCount":643}],"updated":1757333651,"changed":1757414965,"publish":1757333651,"firstCreated":1757332487,"firstPublished":1757333711,"overrideDate":1757332145,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":622,"extra":{"isBreakingNews":false}},{"type":"article","id":"829936","remoteId":null,"status":true,"title":"Peschke's header helps Holsworthy sink Sticker","titleShort":"Peschke's header helps Holsworthy sink Sticker","titleSocial":"Peschke's header helps Holsworthy sink Sticker","titleSEO":"Peschke's header helps Holsworthy sink Sticker","lead":"\u003cp\u003eThe Magpies remain unbeaten with four wins and four draws to sit third behind Liskeard and Callington\u003c/p\u003e","path":"/sport/football/peschkes-header-helps-holsworthy-sink-sticker-829936","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"Sport","path":"/sport","id":442,"uuid":"7717d57c-0b44-4d57-b315-01dbe773026f","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"s","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"Sport","bundle":"section","articleCount":3866},{"name":"Football","path":"/sport/football","id":445,"uuid":"3357feac-fa64-42a7-9db7-80dcea7d704d","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"f","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Football","bundle":"section","articleCount":1720}],"workflow":"Raw","sections":[{"name":"Football","path":"/sport/football","id":445,"uuid":"3357feac-fa64-42a7-9db7-80dcea7d704d","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"f","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Football","bundle":"section","articleCount":1720}],"hero":[{"type":"image","data":{"title":"Untitled design-640","description":"Kevin Squire and Elis Aldrich.","caption":"\u003cp\u003eHolsworthy boss Kevin Squire with the Magpies' man-of-the-match Elis Aldrich. (Picture: Holsworthy AFC).\u003c/p\u003e","copyright":"Holsworthy AFC","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/08/11/18/Untitled-design-640.jpeg","id":null,"bundle":"remote_image","mid":777435,"changed":"1757329578","created":"1757329578","uid":106,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"David Sillifant"},"extra":{"imageSize":{"width":1831,"height":1327},"sizes":{"Freeform":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":1831,"height":1327,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"David Sillifant","id":599,"changed":"1753279741","remoteId":null,"email":"sport@thepost.uk.com","firstName":null,"lastName":null,"jobTitle":"Sports Reporter","imageUrl":"https://www.farnhamherald.com/images/reporters/","twitter":null,"facebook":null,"location":null,"path":"/author/david-sillifant","description":null,"firstLetter":"d","bundle":"author","extra":{"instagram":null,"snapchat":null,"linkedin":null,"tiktok":null,"headerImageUrl":null,"titleSEO":"","seoDescription":"David Sillifant is a Sports Reporter for The Post, UK.","takeover":""},"articleCount":1818}],"updated":1757331055,"changed":1757329685,"publish":1757331055,"firstCreated":1757329685,"firstPublished":1757331055,"overrideDate":1757329158,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":350,"extra":{"isBreakingNews":false}},{"type":"article","id":"829677","remoteId":"CF17:829675To3642","status":true,"title":"Harrison's free-kick maintains Callington's unbeaten start","titleShort":"Harrison's free-kick maintains Callington's unbeaten start ","titleSocial":"Harrison's free-kick maintains Callington's unbeaten start ","titleSEO":"Harrison's free-kick maintains Callington's unbeaten start ","lead":"\u003cp\u003eFin Harrison’s free-kick midway through the second half proved decisive\u003c/p\u003e","path":"/sport/football/harrisons-free-kick-maintains-callingtons-unbeaten-start-829677","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"Sport","path":"/sport","id":442,"uuid":"7717d57c-0b44-4d57-b315-01dbe773026f","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"s","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"Sport","bundle":"section","articleCount":3866},{"name":"Football","path":"/sport/football","id":445,"uuid":"3357feac-fa64-42a7-9db7-80dcea7d704d","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"f","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Football","bundle":"section","articleCount":1720}],"workflow":null,"sections":[{"name":"Football","path":"/sport/football","id":445,"uuid":"3357feac-fa64-42a7-9db7-80dcea7d704d","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"f","hierarchy":[{"name":"Home","id":425},{"name":"Sport","id":442}],"hierarchicalName":"Sport \u003e Football","bundle":"section","articleCount":1720}],"hero":[{"type":"dailymotion","data":{"id":"x9q5gn4","bundle":"dailymotion_id","mid":777229,"changed":"1757264811"}},{"type":"image","data":{"title":"Untitled design-614","description":"Fin Harrison.","caption":"\u003cp\u003eCallington Town striker Fin Harrison was once again the difference on Friday night. (Picture: Callington Town AFC).\u003c/p\u003e","copyright":"Callington Town AFC","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/08/31/20/57/Untitled-design-614.jpeg","id":null,"bundle":"remote_image","mid":775343,"changed":"1757262938","created":"1756672617","uid":106,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"David Sillifant"},"extra":{"imageSize":{"width":1831,"height":1327},"sizes":{"Freeform":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":1831,"height":1327,"rotate":0,"scaleX":1,"scaleY":1}},"threebytwo":{"trimData":{"top":53,"right":0,"bottom":53,"left":0},"cropData":{"x":0,"y":53.166666666666615,"width":1831,"height":1220.6666666666667,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Kevin Marriott","id":3683,"changed":"1753122841","remoteId":null,"email":null,"firstName":null,"lastName":null,"jobTitle":null,"imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/kevin-marriott","description":null,"firstLetter":"k","bundle":"author","extra":{"titleSEO":"","seoDescription":"Kevin Marriott is a journalist. Check out their latest articles for all the latest news on behalf of Tindle News.","takeover":""},"articleCount":24}],"updated":1757273468,"changed":1757264817,"publish":1757273468,"firstCreated":1757263030,"firstPublished":1757273408,"overrideDate":1757262257,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":629,"extra":{"isBreakingNews":false}}],"customSourceId":442,"customSourceName":"Sport","customSourcePath":"/sport","mpu":5},{"type":"Title","description":"This component displays a \u003cstrong\u003eTitle element\u003c/strong\u003e.","labelText":"News","labelLink":"/news","alignment":null,"commercialBadgeTerm":null,"commercialBadgeImage":null,"commercialBadgeLink":null,"updated":null,"headingStyle":false},{"type":"ArticleX3PlusMPU","description":"This component contains \u003cstrong\u003e3 articles\u003c/strong\u003e and displays an \u003cstrong\u003eMPU\u003c/strong\u003e.","labelText":null,"labelLink":null,"useAuthorImage":false,"ad":{"type":"mpu","alignment":"Right","adSource":null},"updated":null,"taboolaExcludeArticles":null,"contentSourceDomain":null,"remotePublication":false,"articles":[{"type":"article","id":"829868","remoteId":null,"status":true,"title":"New club aims to support local men's wellbeing","titleShort":"New club aims to support local men's wellbeing","titleSocial":"New club aims to support local men's wellbeing","titleSEO":"New club aims to support local men's wellbeing","lead":"","path":"/news/new-club-aims-to-support-local-mens-wellbeing-829868","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"Subbed","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"hero":[{"type":"image","data":{"title":"Bude Mens Shed Launch","description":"Bude Mens Shed Launch","caption":"\u003cp\u003eThe club held a launch event to officially open its doors\u003c/p\u003e","copyright":"Submitted","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/08/10/31/Bude-Mens-Shed-Launch.jpeg","id":null,"bundle":"remote_image","mid":777374,"changed":"1757326291","created":"1757326291","uid":97,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"James Davies"},"extra":{"imageSize":{"width":3724,"height":2479},"sizes":{"Freeform":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":3724,"height":2479,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"James Davies","id":3437,"changed":"1753300441","remoteId":null,"email":"james.davies@thepost.uk.com","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"ThatJamesDavies ","facebook":null,"location":null,"path":"/author/james-davies","description":null,"firstLetter":"j","bundle":"author","extra":{"instagram":null,"snapchat":null,"linkedin":null,"tiktok":null,"headerImageUrl":null,"authorBioOverride":null,"titleSEO":"","seoDescription":"James Davies is a journalist. Check out their latest articles for all the latest news on behalf of The Post UK.","takeover":""},"articleCount":1439}],"updated":1757347269,"changed":1757340477,"publish":1757347269,"firstCreated":1757326407,"firstPublished":1757347209,"overrideDate":1757325624,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":335,"extra":{"isBreakingNews":false}},{"type":"article","id":"830188","remoteId":null,"status":true,"title":"Cornish protesters say they are prepared to go to prison","titleShort":"Cornish protesters say they are prepared to go to prison","titleSocial":"Cornish protesters say they are prepared to go to prison","titleSEO":"Cornish protesters say they are prepared to go to prison","lead":"\u003cp\u003eAt least 14 people from Cornwall were arrested for protesting in London on Saturday, September 6.\u003c/p\u003e","path":"/news/cornish-protesters-say-they-are-prepared-to-go-to-prison-830188","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"hero":[{"type":"image","data":{"title":"Debbie Andrews (left), Jack Morrison, Amy Hughes and Oliver Baines (right)","description":"Debbie Andrews (left), Jack Morrison, Amy Hughes and Oliver Baines (right).","caption":"\u003cp\u003eBar Silo owner Debbie Andrews pictured before her arrest (left), Three of those from Cornwall who were arrested at Saturday\\'s protest - from left, Jack Morrison, Amy Hughes and Oliver Baines (right)\u003c/p\u003e","copyright":"LDRS","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/08/15/09/Debbie-Andrews-(left)-Jack-Morrison-Amy-Hughes-and-Oliver-Baines-(right).png","id":null,"bundle":"remote_image","mid":777613,"changed":"1757344329","created":"1757344329","uid":143,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Ben Howe"},"extra":{"imageSize":{"width":1280,"height":853},"sizes":{"onebyone":{"trimData":{"top":0,"right":214,"bottom":0,"left":213},"cropData":{"x":213.5,"y":0,"width":852.9999999999999,"height":852.9999999999999,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Lee Trewhela","id":10969,"changed":"1753308362","remoteId":null,"email":null,"firstName":null,"lastName":null,"jobTitle":"Cornwall LDRS reporter","imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/lee-trewhela","description":null,"firstLetter":"l","bundle":"author","extra":{"instagram":"","snapchat":"","linkedin":"","tiktok":"","titleSEO":"","seoDescription":"Lee Trewhela is a Reporter. Check out their latest articles for all the latest news on behalf of Tindle News.","takeover":""},"articleCount":281}],"updated":1757346842,"changed":1757346841,"publish":1757346842,"firstCreated":1757344930,"firstPublished":1757346842,"overrideDate":1757344106,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":1318,"extra":{"isBreakingNews":false}},{"type":"article","id":"830101","remoteId":null,"status":true,"title":"History behind the Lostwithiel house with unusual 3,000 year lease revealed","titleShort":"Lostwithiel house's 3,000-year lease","titleSocial":"Discover the house with an unusual 3,000-year lease","titleSEO":"History behind the Lostwithiel house with unusual 3,000 year lease revealed","lead":"\u003cp\u003eExplore the intriguing story behind a Lostwithiel house and its extraordinary 3,000-year lease, revealing a historical quirk dating back to the 17th century.\u003c/p\u003e","path":"/news/history-behind-the-lostwithiel-house-with-unusual-3000-year-lease-revealed-830101","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"To Sub","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294},{"name":"Bodmin Voice","path":"/your-area/bodmin-voice","id":3661,"uuid":"fd6bd525-cd23-4e57-a0bf-4af8847674b9","sourceId":null,"sourceName":null,"sourcePath":"bodmin-voice","changed":"1753274701","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Bodmin Voice","bundle":"section","extra":{"isHideCommenting":true,"isHideNewsletterSignUp":false,"isCommercial":true,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":535}],"hero":[{"type":"image","data":{"title":"A Lostwithiel home with a 3000 year old lease, Cornwall. (Picture: William Dax / SWNS)","description":"A Lostwithiel home with a 3000 year old lease, Cornwall. (Picture: William Dax / SWNS)","caption":"\u003cp\u003eA Lostwithiel home with a 3000 year old lease, Cornwall. (Picture: William Dax / SWNS)\u003c/p\u003e","copyright":"William Dax / SWNS","credit":null,"alt":"A Lostwithiel home with a 3000 year old lease, Cornwall. (Picture: William Dax / SWNS)","doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/08/14/16/quirky-house-ha-1425737.jpg","id":null,"bundle":"remote_image","mid":777555,"changed":"1757341096","created":"1757341096","uid":154,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Aaron Greenaway"},"extra":{"imageSize":{"width":2953,"height":1970},"sizes":{"onebyone":{"trimData":{"top":0,"right":491,"bottom":0,"left":491},"cropData":{"x":491.4999999999999,"y":0,"width":1970.0000000000002,"height":1970.0000000000002,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":null,"updated":1757343621,"changed":1757341225,"publish":1757343621,"firstCreated":1757341168,"firstPublished":1757343621,"overrideDate":1757340224,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":533,"extra":{"isBreakingNews":false}}],"mpu":6},{"type":"HeroPlus6Articles","description":"This component contains \u003cstrong\u003e7 articles\u003c/strong\u003e.","labelText":null,"labelLink":null,"useAuthorImage":false,"heroAlignment":"Left","updated":null,"taboolaExcludeArticles":null,"contentSourceDomain":null,"remotePublication":false,"articles":[{"type":"article","id":"829269","remoteId":null,"status":true,"title":"SUEZ to open doors to Bodmin recycling facility in free event","titleShort":"SUEZ to open doors to Bodmin recycling facility in free event","titleSocial":"SUEZ to open doors to Bodmin recycling facility in free event","titleSEO":"SUEZ to open doors to Bodmin recycling facility in free event","lead":"\u003cp\u003eTake a unique behind-the-scenes tour of Cornwall’s upgraded Bodmin Materials Recycling Facility as it opens for Heritage Open Day.\u003c/p\u003e","path":"/news/suez-to-open-doors-to-bodmin-recycling-facility-in-free-event-829269","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"To Sub","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294},{"name":"Bodmin Voice","path":"/your-area/bodmin-voice","id":3661,"uuid":"fd6bd525-cd23-4e57-a0bf-4af8847674b9","sourceId":null,"sourceName":null,"sourcePath":"bodmin-voice","changed":"1753274701","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Bodmin Voice","bundle":"section","extra":{"isHideCommenting":true,"isHideNewsletterSignUp":false,"isCommercial":true,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":535}],"hero":[{"type":"image","data":{"title":"SUEZ recycling bales (Picture: Paul Box)","description":"SUEZ recycling bales (Picture: Paul Box)","caption":"\u003cp\u003eSUEZ recycling bales (Picture: Paul Box)\u003c/p\u003e","copyright":" ","credit":null,"alt":"SUEZ recycling bales (Picture: Paul Box)","doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/05/9/07/SUEZ_-_Bodmin_-_December_2016_(78).jpg","id":null,"bundle":"remote_image","mid":776883,"changed":"1757064548","created":"1757064548","uid":154,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Aaron Greenaway"},"extra":{"imageSize":{"width":5184,"height":3456},"sizes":{"onebyone":{"trimData":{"top":0,"right":865,"bottom":0,"left":863},"cropData":{"x":863.9999999999999,"y":0,"width":3456,"height":3456,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Aaron Greenaway","id":10884,"changed":"1753308601","remoteId":null,"email":"aaron.greenaway@thepost.uk.com","firstName":null,"lastName":null,"jobTitle":null,"imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/aaron-greenaway","description":null,"firstLetter":"a","bundle":"author","extra":{"instagram":"","snapchat":"","linkedin":"","tiktok":"","titleSEO":"Aaron Greenway","seoDescription":"Aaron Greenway is a journalist at The Post, UK, go and check out his latest articles for all the latest news at The Post, UK.","takeover":""},"articleCount":1495}],"updated":1757329240,"changed":1757065246,"publish":1757329240,"firstCreated":1757065246,"firstPublished":1757329240,"overrideDate":1757064391,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":156,"extra":{"isBreakingNews":false}},{"type":"article","id":"829799","remoteId":"b6335150-3e84-4fd4-9067-228eb1d03d33","status":true,"title":"More than 100 EV charging sockets installed in Cornwall since UK Government launched funding scheme","titleShort":"More than 100 EV charging sockets installed in Cornwall since UK Government launched funding scheme","titleSocial":"More than 100 EV charging sockets installed in Cornwall since UK Government launched funding scheme","titleSEO":"More than 100 EV charging sockets installed in Cornwall since UK Government launched funding scheme","lead":"More than 100 Government-funded electric vehicle charging sockets have been installed in Cornwall since 2022, recent figures suggest.","path":"/news/more-than-100-ev-charging-sockets-installed-in-cornwall-since-uk-government-launched-funding-scheme-829799","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"hero":[{"type":"image","data":{"title":null,"description":null,"caption":null,"copyright":"PA Wire","credit":"Danny Lawson","alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/08/10/85d282dd7e5c0acd1481004ccc072861Y29udGVudHNlYXJjaGFwaSwxNzU3NDA4NzAw-2.80627381.jpg","id":"85d282dd7e5c0acd1481004ccc072861Y29udGVudHNlYXJjaGFwaSwxNzU3NDA4NzAw-2.80627381.jpg","bundle":"remote_image","mid":777304,"changed":"1757322601","created":"1757322601","uid":0,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":""},"extra":{"imageSize":{"width":5767,"height":3845},"sizes":{"onebyone":{"trimData":{"top":0,"bottom":0,"right":1682,"left":240}},"threebytwo":{"trimData":{"top":0,"bottom":0,"right":0,"left":0}},"threebyone":{"trimData":{"top":240,"bottom":1683,"right":0,"left":0}},"twobyone":{"trimData":{"top":120,"bottom":841,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":120,"bottom":481,"right":0,"left":0}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Clara Margotin","id":11585,"changed":"1753307041","remoteId":null,"email":null,"firstName":null,"lastName":null,"jobTitle":null,"imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/clara-margotin","description":null,"firstLetter":"c","bundle":"author","articleCount":131}],"updated":1757322331,"changed":1757322601,"publish":1757322331,"firstCreated":1757322331,"firstPublished":1757322331,"overrideDate":1757322331,"optimiseLevel":null,"exclusiveArticle":null,"starRating":null,"unPublish":2145916800,"isBreakingNews":false,"isLiveBlog":false,"wordCount":639,"extra":{"isBreakingNews":false}},{"type":"article","id":"829723","remoteId":"2c16f58b-83ab-41b2-ba7e-56a446b8bf3f","status":true,"title":"Food hygiene ratings handed to 29 Cornwall establishments","titleShort":"Food hygiene ratings handed to 29 Cornwall establishments","titleSocial":"Food hygiene ratings handed to 29 Cornwall establishments","titleSEO":"Food hygiene ratings handed to 29 Cornwall establishments","lead":"New food hygiene ratings have been awarded to 29 of Cornwall’s establishments, the Food Standards Agency’s website shows.","path":"/news/food-hygiene-ratings-handed-to-29-cornwall-establishments-829723","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"hero":[{"type":"image","data":{"title":null,"description":null,"caption":null,"copyright":"PA Archive","credit":"Victoria Jones","alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/08/08/169d93a739bc8b3d111f9e3cc2c873e2Y29udGVudHNlYXJjaGFwaSwxNzU3NDAyOTA0-2.30682350.jpg","id":"169d93a739bc8b3d111f9e3cc2c873e2Y29udGVudHNlYXJjaGFwaSwxNzU3NDAyOTA0-2.30682350.jpg","bundle":"remote_image","mid":777260,"changed":"1757316602","created":"1757316602","uid":0,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":""},"extra":{"imageSize":{"width":3500,"height":2331},"sizes":{"threebytwo":{"trimData":{"top":0,"bottom":0,"right":3,"left":0}},"twobyone":{"trimData":{"top":291,"bottom":290,"right":0,"left":0}},"onebyone":{"trimData":{"top":0,"bottom":0,"right":732,"left":437}},"threebyone":{"trimData":{"top":655,"bottom":509,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":145,"bottom":217,"right":0,"left":0}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Lesley-Anne Kelly","id":11928,"changed":"1753281061","remoteId":null,"email":null,"firstName":null,"lastName":null,"jobTitle":null,"imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/lesley-anne-kelly","description":null,"firstLetter":"l","bundle":"author","articleCount":43}],"updated":1757316533,"changed":1757316602,"publish":1757316533,"firstCreated":1757316533,"firstPublished":1757316533,"overrideDate":1757316533,"optimiseLevel":null,"exclusiveArticle":null,"starRating":null,"unPublish":2145916800,"isBreakingNews":false,"isLiveBlog":false,"wordCount":567,"extra":{"isBreakingNews":false}},{"type":"article","id":"827999","remoteId":null,"status":true,"title":"Public Notices: The latest applications made to Cornwall Council","titleShort":"Public Notices: The latest applications made to Cornwall Council","titleSocial":"Public Notices: The latest applications made to Cornwall Council","titleSEO":"Public Notices: The latest applications made to Cornwall Council","lead":"\u003cp\u003eStay informed on the latest public notices from Cornwall Council, including land disposal, road closures, and more.\u003c/p\u003e","path":"/news/planning/public-notices-the-latest-applications-made-to-cornwall-council-827999","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294},{"name":"Planning","path":"/news/planning","id":438,"uuid":"fe4327d7-ff01-4605-91d3-5b2eb26da86e","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"p","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Planning","bundle":"section","articleCount":266}],"workflow":"Subbed","sections":[{"name":"Planning","path":"/news/planning","id":438,"uuid":"fe4327d7-ff01-4605-91d3-5b2eb26da86e","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"p","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Planning","bundle":"section","articleCount":266}],"hero":[{"type":"image","data":{"title":"CT CDP planning","description":"Architects drawings","caption":"\u003cp\u003eArchitects drawings\u003c/p\u003e","copyright":"Needpix","credit":null,"alt":"Architects drawings","doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2023/05/09/11/architect-254579_1280.jpg","id":null,"bundle":"remote_image","mid":544495,"changed":"1683633410","created":"1683633410","uid":154,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Aaron Greenaway"},"extra":{"imageSize":{"width":1280,"height":847},"sizes":{"onebyone":{"trimData":{"top":0,"right":217,"bottom":0,"left":216},"cropData":{"x":216.49999999999997,"y":0,"width":847,"height":847,"rotate":0,"scaleX":1,"scaleY":1}},"threebytwo":{"trimData":{"top":0,"right":5,"bottom":0,"left":4},"cropData":{"x":4.749999999999938,"y":0,"width":1270.5,"height":847,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":null,"updated":1757314875,"changed":1756796834,"publish":1757314875,"firstCreated":1756748457,"firstPublished":1757314815,"overrideDate":1756748346,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":465,"extra":{"isBreakingNews":false}},{"type":"article","id":"828679","remoteId":null,"status":true,"title":"How the vandalism at Bodmin war memorial sparked community outrage and swift repair","titleShort":"Memorial vandalism sparks outrage and swift repair","titleSocial":"How the Bodmin community rallied against war memorial vandalism","titleSEO":"How the vandalism at Bodmin war memorial sparked community outrage and swift repair","lead":"\u003cp\u003eThe vandalism of a key war memorial in Bodmin led to immediate community backlash and a swift restoration effort involving local volunteers.\u003c/p\u003e","path":"/news/how-the-vandalism-at-bodmin-war-memorial-sparked-community-outrage-and-swift-repair-828679","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"Subbed","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294},{"name":"Bodmin Voice","path":"/your-area/bodmin-voice","id":3661,"uuid":"fd6bd525-cd23-4e57-a0bf-4af8847674b9","sourceId":null,"sourceName":null,"sourcePath":"bodmin-voice","changed":"1753274701","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Bodmin Voice","bundle":"section","extra":{"isHideCommenting":true,"isHideNewsletterSignUp":false,"isCommercial":true,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":535}],"hero":[{"type":"image","data":{"title":"The graffiti on the St Lawrence's memorial clock in Bodmin (Picture: Aaron Greenaway/Tindle)","description":"The graffiti on the St Lawrence's memorial clock in Bodmin (Picture: Aaron Greenaway/Tindle)","caption":"\u003cp\u003eThe graffiti on the St Lawrence's memorial clock in Bodmin (Picture: Aaron Greenaway/Tindle)\u003c/p\u003e","copyright":"Aaron Greenaway/Tindle","credit":null,"alt":"The graffiti on the St Lawrence's memorial clock in Bodmin (Picture: Aaron Greenaway/Tindle)","doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/01/10/18/PXL_20250901_065054878.jpg","id":null,"bundle":"remote_image","mid":775480,"changed":"1756722199","created":"1756722199","uid":154,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Aaron Greenaway"},"extra":{"imageSize":{"width":4080,"height":3072},"sizes":{"onebyone":{"trimData":{"top":0,"right":504,"bottom":0,"left":504},"cropData":{"x":504.00000000000006,"y":0,"width":3071.9999999999995,"height":3071.9999999999995,"rotate":0,"scaleX":1,"scaleY":1}},"sixteenbynine":{"trimData":{"top":201,"right":0,"bottom":576,"left":0},"cropData":{"x":0,"y":201.26814088983045,"width":4080,"height":2295,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Aaron Greenaway","id":10884,"changed":"1753308601","remoteId":null,"email":"aaron.greenaway@thepost.uk.com","firstName":null,"lastName":null,"jobTitle":null,"imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/aaron-greenaway","description":null,"firstLetter":"a","bundle":"author","extra":{"instagram":"","snapchat":"","linkedin":"","tiktok":"","titleSEO":"Aaron Greenway","seoDescription":"Aaron Greenway is a journalist at The Post, UK, go and check out his latest articles for all the latest news at The Post, UK.","takeover":""},"articleCount":1495}],"updated":1757314874,"changed":1757059242,"publish":1757314874,"firstCreated":1756907222,"firstPublished":1757314814,"overrideDate":1756907016,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":1303,"extra":{"isBreakingNews":false}},{"type":"article","id":"828995","remoteId":null,"status":true,"title":"Planning: Council issue refusal for home and holiday let","titleShort":"Planning: Council issue refusal for home and holiday let ","titleSocial":"Planning: Council issue refusal for home and holiday let ","titleSEO":"Planning: Council issue refusal for home and holiday let ","lead":"\u003cp\u003eTwo planning applications for rural developments, a cabin in St Teath and a piggery conversion near Tintagel, have been refused by Cornwall Council.\u003c/p\u003e","path":"/news/planning/planning-council-issue-refusal-for-home-and-holiday-let-828995","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294},{"name":"Planning","path":"/news/planning","id":438,"uuid":"fe4327d7-ff01-4605-91d3-5b2eb26da86e","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"p","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Planning","bundle":"section","articleCount":266}],"workflow":"Subbed","sections":[{"name":"Planning","path":"/news/planning","id":438,"uuid":"fe4327d7-ff01-4605-91d3-5b2eb26da86e","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"p","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Planning","bundle":"section","articleCount":266}],"hero":[{"type":"image","data":{"title":"The two buildings in St Teath and Tintagel which were at the centre of the applications. (Picture: Cornwall Council)","description":"The two buildings in St Teath and Tintagel which were at the centre of the applications. (Picture: Cornwall Council)","caption":"\u003cp\u003eThe two buildings in St Teath and Tintagel which were at the centre of the applications. (Picture: Cornwall Council)\u003c/p\u003e","copyright":" ","credit":null,"alt":"The two buildings in St Teath and Tintagel which were at the centre of the applications. (Picture: Cornwall Council)","doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/04/11/05/Untitled-design-2025-09-04T125221-560.png","id":null,"bundle":"remote_image","mid":776680,"changed":"1756986786","created":"1756986786","uid":154,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Aaron Greenaway"},"extra":{"imageSize":{"width":1920,"height":1080},"sizes":{"onebyone":{"trimData":{"top":0,"right":420,"bottom":0,"left":420},"cropData":{"x":420,"y":0,"width":1080,"height":1080,"rotate":0,"scaleX":1,"scaleY":1}},"sixteenbynine":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":1920,"height":1080,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Aaron Greenaway","id":10884,"changed":"1753308601","remoteId":null,"email":"aaron.greenaway@thepost.uk.com","firstName":null,"lastName":null,"jobTitle":null,"imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/aaron-greenaway","description":null,"firstLetter":"a","bundle":"author","extra":{"instagram":"","snapchat":"","linkedin":"","tiktok":"","titleSEO":"Aaron Greenway","seoDescription":"Aaron Greenway is a journalist at The Post, UK, go and check out his latest articles for all the latest news at The Post, UK.","takeover":""},"articleCount":1495}],"updated":1757311255,"changed":1757062217,"publish":1757311255,"firstCreated":1756986577,"firstPublished":1757311255,"overrideDate":1756986365,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":1330,"extra":{"isBreakingNews":false}},{"type":"article","id":"829077","remoteId":null,"status":true,"title":"Scouts enjoy unforgettable trip to Swiss Alps","titleShort":"Scouts enjoy unforgettable trip to Swiss Alps","titleSocial":"Scouts enjoy unforgettable trip to Swiss Alps","titleSEO":"Scouts enjoy unforgettable trip to Swiss Alps","lead":"\u003cp\u003eThe trip was five years in the making\u003c/p\u003e","path":"/news/scouts-enjoy-unforgettable-trip-to-swiss-alps-829077","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"Subbed","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"hero":[{"type":"gallery","data":{"title":"Bude Scouts Switzerland Trip","gallery":[{"type":"image","data":{"title":"Bude Scouts Switzerland Trip","description":"Bude Scouts Switzerland Trip","caption":"The 23 explorers will never forget this once in a lifetime trip","copyright":"Submitted","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.farnhamherald.com/tindle-static/image/2025/09/04/14/44/Bude-Scouts-Switzerland-Trip.jpeg","id":776757,"bundle":"remote_image","mid":776757,"changed":"1756994884","created":"1756994884","uid":97,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"James Davies"},"extra":{"imageSize":{"width":1280,"height":1064},"sizes":{"onebyone":{"trimData":{"top":0,"right":109,"bottom":0,"left":107},"cropData":{"x":107.99999999999999,"y":0,"width":1064,"height":1064,"rotate":0,"scaleX":1,"scaleY":1}},"Freeform":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":1280,"height":1064,"rotate":0,"scaleX":1,"scaleY":1}}}}}},{"type":"image","data":{"title":"Bude Scouts Switzerland Trip","description":"Bude Scouts Switzerland Trip","caption":"There were plenty of photo opportunities during their travels ","copyright":"Submitted","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.farnhamherald.com/tindle-static/image/2025/09/04/14/40/Bude-Scouts-Switzerland-Trip.jpeg","id":776760,"bundle":"remote_image","mid":776760,"changed":"1756994920","created":"1756994920","uid":97,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"James Davies"},"extra":{"imageSize":{"width":1280,"height":960},"sizes":{"Freeform":{"trimData":{"top":0,"right":0,"bottom":104,"left":0},"cropData":{"x":0,"y":0,"width":1280,"height":959.9999999999999,"rotate":0,"scaleX":1,"scaleY":1}}}}}},{"type":"image","data":{"title":"Bude Scouts Switzerland Trip","description":"Bude Scouts Switzerland Trip","caption":"The scouts got the chance to meet other members from across the globe","copyright":"Submitted","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.farnhamherald.com/tindle-static/image/2025/09/04/14/26/Bude-Scouts-Switzerland-Trip.jpeg","id":776761,"bundle":"remote_image","mid":776761,"changed":"1756994966","created":"1756994966","uid":97,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"James Davies"},"extra":{"imageSize":{"width":1280,"height":960},"sizes":{"onebyone":{"trimData":{"top":0,"bottom":0,"right":320,"left":0}},"threebyone":{"trimData":{"top":240,"bottom":293,"right":0,"left":0}},"threebytwo":{"trimData":{"top":90,"bottom":17,"right":0,"left":0}},"twobyone":{"trimData":{"top":180,"bottom":140,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":150,"bottom":90,"right":0,"left":0}}}}}},{"type":"image","data":{"title":"Bude Scouts Switzerland Trip","description":"Bude Scouts Switzerland Trip","caption":"Travellers were treated to some fantastic views","copyright":"Submitted","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.farnhamherald.com/tindle-static/image/2025/09/04/14/06/Bude-Scouts-Switzerland-Trip.jpeg","id":776764,"bundle":"remote_image","mid":776764,"changed":"1756995010","created":"1756995010","uid":97,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"James Davies"},"extra":{"imageSize":{"width":960,"height":1280},"sizes":{"threebytwo":{"trimData":{"top":630,"bottom":10,"right":0,"left":0}},"threebyone":{"trimData":{"top":810,"bottom":150,"right":0,"left":0}},"onebyone":{"trimData":{"top":300,"bottom":20,"right":0,"left":0}},"twobyone":{"trimData":{"top":750,"bottom":50,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":720,"bottom":20,"right":0,"left":0}}}}}},{"type":"image","data":{"title":"Bude Scouts Switzerland Trip","description":"Bude Scouts Switzerland Trip","caption":"Among activities was the chance to try trotti biking ","copyright":"Submitted","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.farnhamherald.com/tindle-static/image/2025/09/04/14/32/Bude-Scouts-Switzerland-Trip.jpeg","id":776767,"bundle":"remote_image","mid":776767,"changed":"1756995092","created":"1756995092","uid":97,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"James Davies"},"extra":{"imageSize":{"width":1280,"height":960},"sizes":{"Freeform":{"trimData":{"top":0,"right":0,"bottom":104,"left":0},"cropData":{"x":0,"y":0,"width":1280,"height":959.9999999999999,"rotate":0,"scaleX":1,"scaleY":1}}}}}},{"type":"image","data":{"title":"Bude Scouts Switzerland Trip","description":"Bude Scouts Switzerland Trip","caption":"Scouts were surrounded by some breathtaking landscapes","copyright":"Submitted","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.farnhamherald.com/tindle-static/image/2025/09/04/14/57/Bude-Scouts-Switzerland-Trip.jpeg","id":776768,"bundle":"remote_image","mid":776768,"changed":"1756995118","created":"1756995118","uid":97,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"James Davies"},"extra":{"imageSize":{"width":1280,"height":960},"sizes":{"onebyone":{"trimData":{"top":0,"bottom":0,"right":20,"left":300}},"threebyone":{"trimData":{"top":510,"bottom":23,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":240,"bottom":0,"right":0,"left":0}},"twobyone":{"trimData":{"top":300,"bottom":20,"right":0,"left":0}},"threebytwo":{"trimData":{"top":90,"bottom":17,"right":0,"left":0}}}}}}],"bundle":"gallery","mid":776769,"uid":97,"changed":"1756995128","workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"cmsUser":{"name":"James Davies"}}},{"type":"image","data":{"title":"Bude Scouts Switzerland Trip","description":"Bude Scouts Switzerland Trip","caption":"\u003cp\u003eThe 23 explorers will never forget this once in a lifetime trip\u003c/p\u003e","copyright":"Submitted","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/04/14/44/Bude-Scouts-Switzerland-Trip.jpeg","id":null,"bundle":"remote_image","mid":776757,"changed":"1756994884","created":"1756994884","uid":97,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"James Davies"},"extra":{"imageSize":{"width":1280,"height":1064},"sizes":{"onebyone":{"trimData":{"top":0,"right":109,"bottom":0,"left":107},"cropData":{"x":107.99999999999999,"y":0,"width":1064,"height":1064,"rotate":0,"scaleX":1,"scaleY":1}},"Freeform":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":1280,"height":1064,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"James Davies","id":3437,"changed":"1753300441","remoteId":null,"email":"james.davies@thepost.uk.com","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"ThatJamesDavies ","facebook":null,"location":null,"path":"/author/james-davies","description":null,"firstLetter":"j","bundle":"author","extra":{"instagram":null,"snapchat":null,"linkedin":null,"tiktok":null,"headerImageUrl":null,"authorBioOverride":null,"titleSEO":"","seoDescription":"James Davies is a journalist. Check out their latest articles for all the latest news on behalf of The Post UK.","takeover":""},"articleCount":1439}],"updated":1757260906,"changed":1757063654,"publish":1757260906,"firstCreated":1756994667,"firstPublished":1757260846,"overrideDate":1756993102,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":521,"extra":{"isBreakingNews":false}}]},{"type":"HeroPlus3Articles","description":"This component contains \u003cstrong\u003e4 articles\u003c/strong\u003e.","labelText":null,"labelLink":null,"useAuthorImage":false,"heroAlignment":"Left","updated":null,"taboolaExcludeArticles":null,"contentSourceDomain":null,"remotePublication":false,"articles":[{"type":"article","id":"829460","remoteId":null,"status":true,"title":"Cornwall takes centre stage with PCK Dance world premiere","titleShort":"Cornwall takes centre stage with PCK Dance world premiere","titleSocial":"Cornwall takes centre stage with PCK Dance world premiere","titleSEO":"Cornwall takes centre stage with PCK Dance world premiere","lead":"\u003cp\u003eThe production marks the opening night of a 20-date UK tour\u003ca href=\"/topic/tour\"\u003e\u003c/a\u003e, giving local audiences the unique opportunity to see the show before it is staged nationwide\u003c/p\u003e","path":"/news/cornwall-takes-centre-stage-with-pck-dance-world-premiere-829460","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"workflow":"Subbed","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"hero":[{"type":"image","data":{"title":"image00003.jpeg","description":"Sterts Theatre hosts the world premiere of Into The Light on Friday, September 19","caption":"\u003cp\u003eSterts Theatre hosts the world premiere of Into The Light on Friday, September 19\u003c/p\u003e","copyright":"Submitted","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/05/13/17/image00003.jpeg","id":null,"bundle":"remote_image","mid":777046,"changed":"1757080578","created":"1757080578","uid":240,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Mark Stevens"},"extra":{"imageSize":{"width":1000,"height":750},"sizes":{"onebyone":{"trimData":{"top":0,"right":125,"bottom":0,"left":125},"cropData":{"x":125,"y":0,"width":750,"height":750,"rotate":0,"scaleX":1,"scaleY":1}},"Freeform":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":1000,"height":750,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Mark Stevens","id":11597,"changed":"1753180621","remoteId":null,"email":"mark.stevens@cornish-times.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/mark-stevens","description":null,"firstLetter":"m","bundle":"author","extra":{"titleSEO":"","seoDescription":"","takeover":""},"articleCount":643}],"updated":1757257213,"changed":1757337814,"publish":1757257213,"firstCreated":1757080705,"firstPublished":1757257213,"overrideDate":1757080512,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":357,"extra":{"isBreakingNews":false}},{"type":"article","id":"826307","remoteId":null,"status":true,"title":"Female duo to perform at Launceston Folk Club","titleShort":"Female duo to perform at Launceston Folk Club","titleSocial":"Female duo to perform at Launceston Folk Club","titleSEO":"Female duo to perform at Launceston Folk Club","lead":"\u003cp\u003e30 years after debuting, their sound is as fresh as ever.\u003c/p\u003e","path":"/news/entertainment/female-duo-to-perform-at-launceston-folk-club-826307","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294},{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":362}],"workflow":"Raw","sections":[{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":362},{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"hero":[{"type":"image","data":{"title":"While \u0026 Matthews","description":"While \u0026 Matthews.","caption":"\u003cp\u003eChris While and Julie Matthews\u003c/p\u003e","copyright":"","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/08/27/9/23/While-Matthews.jpeg","id":null,"bundle":"remote_image","mid":774246,"changed":"1756288343","created":"1756288343","uid":143,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Ben Howe"},"extra":{"imageSize":{"width":3630,"height":3358},"sizes":{"onebyone":{"trimData":{"top":0,"bottom":0,"right":168,"left":104}},"threebytwo":{"trimData":{"top":629,"bottom":309,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":419,"bottom":897,"right":0,"left":0}},"twobyone":{"trimData":{"top":524,"bottom":1019,"right":0,"left":0}},"threebyone":{"trimData":{"top":734,"bottom":1414,"right":0,"left":0}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Ben Howe","id":3682,"changed":"1753299901","remoteId":null,"email":"ben.howe@voicenewspapers.co.uk","firstName":null,"lastName":null,"jobTitle":"The Voice","imageUrl":"","twitter":null,"facebook":null,"location":null,"path":"/author/ben-howe","description":null,"firstLetter":"b","bundle":"author","extra":{"instagram":null,"snapchat":null,"linkedin":null,"tiktok":null,"headerImageUrl":null,"authorBioOverride":null,"titleSEO":"","seoDescription":"Ben Howe is a journalist. Check out his latest articles for all the latest news on behalf of The Voice Newspapers.","takeover":""},"articleCount":489}],"updated":1757253684,"changed":1757338390,"publish":1757253684,"firstCreated":1756288461,"firstPublished":1757253624,"overrideDate":1756288053,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":310,"extra":{"isBreakingNews":false}},{"type":"article","id":"827950","remoteId":null,"status":true,"title":"More community news from the Post area","titleShort":"More community news from the Post area","titleSocial":"More community news from the Post area","titleSEO":"More community news from the Post area","lead":"\u003cp\u003eShare your news with us at community@thepost.uk.com\u003c/p\u003e","path":"/news/community-news/more-community-news-from-the-post-area-827950","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294},{"name":"Community news","path":"/news/community-news","id":11222,"uuid":"95329d9a-378b-48a5-a24f-6673a8e5711c","sourceId":null,"sourceName":null,"sourcePath":"community-news","changed":"1753307821","firstLetter":"c","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Community news","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":""},"articleCount":121}],"workflow":"Subbed","sections":[{"name":"Community news","path":"/news/community-news","id":11222,"uuid":"95329d9a-378b-48a5-a24f-6673a8e5711c","sourceId":null,"sourceName":null,"sourcePath":"community-news","changed":"1753307821","firstLetter":"c","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Community news","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":""},"articleCount":121}],"hero":[{"type":"image","data":{"title":"The Grub Club Callington Methodist August 2025 3","description":"Youngsters enjoyed their time at The Grub Club in Callington Methodist Church","caption":"\u003cp\u003eYoungsters enjoyed their time at The Grub Club in Callington Methodist Church\u003c/p\u003e","copyright":"","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2025/09/01/15/03/The-Grub-Club-Callington-Methodist-August-2025-3.jpeg","id":null,"bundle":"remote_image","mid":775662,"changed":"1756740003","created":"1756740003","uid":103,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Zoe Uglow"},"extra":{"imageSize":{"width":4080,"height":3060},"sizes":{"onebyone":{"trimData":{"top":509,"right":0,"bottom":511,"left":0},"cropData":{"x":0,"y":509.99999999999994,"width":3060,"height":3060,"rotate":0,"scaleX":1,"scaleY":1}},"twobyone":{"trimData":{"top":147,"right":0,"bottom":2403,"left":0},"cropData":{"x":0,"y":147.59510869565216,"width":3060,"height":1530,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Zoë Uglow","id":502,"changed":"1753027022","remoteId":"4","email":"zoe.uglow@thepost.uk.com","firstName":null,"lastName":null,"jobTitle":"Editor","imageUrl":"https://www.farnhamherald.com/images/reporters/IMG-20113.jpg","twitter":null,"facebook":null,"location":null,"path":"/author/zoe-uglow","description":null,"firstLetter":"z","bundle":"author","extra":{"titleSEO":"","seoDescription":"Zoë Uglow is an Editor. Check out their latest articles for all the latest news on behalf of The Voice Newspapers.","takeover":""},"articleCount":1042}],"updated":1757242809,"changed":1756740383,"publish":1757242809,"firstCreated":1756739615,"firstPublished":1757242869,"overrideDate":1756738045,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":1591,"extra":{"isBreakingNews":false}},{"type":"article","id":"823584","remoteId":null,"status":true,"title":"Henwyn tyller/Place names - Goonhilly","titleShort":"Henwyn tyller/Place names - Goonhilly ","titleSocial":"Henwyn tyller/Place names - Goonhilly ","titleSEO":"Henwyn tyller/Place names - Goonhilly ","lead":"\u003cp\u003eGoonhilly on the Lizard peninsula is known for its Earth Station and nature reserve\u003c/p\u003e","path":"/opinion/henwyn-tyllerplace-names-goonhilly-823584","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"Opinion","path":"/opinion","id":441,"uuid":"3fd7375c-8f43-4825-83dd-9935f1c82908","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"o","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"Opinion","bundle":"section","articleCount":348}],"workflow":"Subbed","sections":[{"name":"Opinion","path":"/opinion","id":441,"uuid":"3fd7375c-8f43-4825-83dd-9935f1c82908","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"o","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"Opinion","bundle":"section","articleCount":348},{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":32294}],"hero":[{"type":"image","data":{"title":null,"description":null,"caption":"\u003cp\u003eGoonhilly Earth Station\u003c/p\u003e","copyright":"","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.thepost.uk.com/tindle-static/image/2021/12/19/07/3423_Goonhilly-Earth-Station.jpg","id":"image:607df32901b6918c3f28176c44646c73","bundle":"remote_image","mid":95682,"changed":"1639898726","created":"1639898726","uid":0,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":""},"extra":{"imageSize":{"width":570,"height":379}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":null,"updated":1757232061,"changed":1756288096,"publish":1757232061,"firstCreated":1755530692,"firstPublished":1757232001,"overrideDate":1755530315,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":356,"extra":{"isBreakingNews":false}}]}],"mostRecentManualList":{"mostRecentUpdateTime":1757410655,"mostRecentId":1793},"grapeshot":[],"___time___":0},"addConfig":[],"cache":["web_tindle_prod_section_425_publication_47","tindle_prod","web_tindle_prod","web_tindle_prod_section_425","web_tindle_prod_publication_47","web_tindle_prod_2025-09-09","web_tindle_prod_2025-09-09_publication_47"]},"menus":{"full_nav":{"name":"thepost.uk.com Full Nav","domain":"thepost.uk.com","bundle":"full_nav","id":50,"changed":1739893683,"menu":[{"id":"u8skp6z6","title":"News","path":"/news","children":[{"title":"999","id":"cg58ojob","path":"/news/999","parentId":"u8skp6z6","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Business","id":"risdblz9","path":"/news/business","parentId":"u8skp6z6","depth":1,"index":1,"isLast":false,"children":[]},{"title":"Courts","id":"7ht6bqca","path":"/news/courts","parentId":"u8skp6z6","depth":1,"index":2,"isLast":false,"children":[]},{"title":"Education","id":"5qjqhobc","path":"/news/education","parentId":"u8skp6z6","depth":1,"index":3,"isLast":false,"children":[]},{"title":"Health","id":"7qpsn2vz","path":"/news/health","parentId":"u8skp6z6","depth":1,"index":4,"isLast":false,"children":[]},{"title":"Planning","id":"8ysfutsv","path":"/news/planning","parentId":"u8skp6z6","depth":1,"index":5,"isLast":false,"children":[]},{"title":"Politics","id":"dbbob51k","path":"/news/politics","parentId":"u8skp6z6","depth":1,"index":6,"isLast":true,"children":[]},{"id":"l7dsu3qm","title":"Entertainment","path":"/news/entertainment","parentId":"u8skp6z6","depth":1,"index":1,"isLast":false,"children":[]}],"parentId":null,"depth":0,"index":0,"isLast":false,"collapsed":false},{"id":"ieo3tjp5","title":"Sport","path":"/sport","children":[{"title":"Bowls","id":"1kyotzzk","path":"/sport/bowls","parentId":"ieo3tjp5","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Cricket","id":"r4rw8iyv","path":"/sport/cricket","parentId":"ieo3tjp5","depth":1,"index":1,"isLast":false,"children":[]},{"title":"Football","id":"ybyrhuiy","path":"/sport/football","parentId":"ieo3tjp5","depth":1,"index":2,"isLast":false,"children":[]},{"title":"Golf","id":"jika3sgp","path":"/sport/golf","parentId":"ieo3tjp5","depth":1,"index":3,"isLast":false,"children":[]},{"title":"Rugby","id":"g56zyhfh","path":"/sport/rugby","parentId":"ieo3tjp5","depth":1,"index":4,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":2,"isLast":false},{"id":"b971f0jh","title":"What’s On","path":"/whats-on","children":[],"parentId":null,"depth":0,"index":3,"isLast":false},{"id":"2m1xbgn4","title":"Send your story","path":"/send_us_story","children":[],"parentId":null,"depth":0,"index":4,"isLast":false},{"id":"m4puk67t","title":"Subscription","path":"/subscription","children":[{"title":"Print subscription","id":"cenf1t7p","path":"/print-subscription","parentId":"m4puk67t","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Digital subscriptions","id":"y1udw75w","path":"/subscription/digital_subscriptions","parentId":"m4puk67t","depth":1,"index":1,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":5,"isLast":false},{"id":"4cuier4u","title":"More","path":"#","children":[{"title":"Advertise with us","id":"ruopadnd","path":"/service/advertise-with-us-511078","parentId":"4cuier4u","depth":1,"index":0,"isLast":false,"children":[]},{"title":"About","id":"vpv4qoes","path":"/service/about-cornish-devon-post-511094","parentId":"4cuier4u","depth":1,"index":1,"isLast":false,"children":[]},{"title":"Contact","id":"pvf2zssk","path":"/service/contact-511070","parentId":"4cuier4u","depth":1,"index":2,"isLast":false,"children":[]},{"title":"Complaints","id":"iiu23jt8","path":"/service/making-a-complaint-511086","parentId":"4cuier4u","depth":1,"index":3,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":6,"isLast":false},{"id":"ao7obcci","title":"Papers","path":"#","children":[{"title":"Bude \u0026 Stratton Post","id":"yr3i7pkp","path":"https://www.bude-today.co.uk","parentId":"ao7obcci","depth":1,"index":0,"isLast":false,"children":[]},{"title":"The Cornish Times","id":"ptre2ej8","path":"https://www.cornish-times.co.uk","parentId":"ao7obcci","depth":1,"index":1,"isLast":false,"children":[]},{"title":"Holsworthy Post","id":"i28sfipu","path":"https://www.holsworthy-today.co.uk","parentId":"ao7obcci","depth":1,"index":2,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":7,"isLast":false},{"id":"l5rb0dci","title":"Jobs","path":"https://www.new-job-today.co.uk/location/cornwall/?map=1","children":[],"parentId":null,"depth":0,"index":8,"isLast":false},{"id":"9qeq2fwe","title":"Public notices","path":"https://publicnoticeportal.uk/cornish-and-devon-post-series","children":[],"parentId":null,"depth":0,"index":9,"isLast":false},{"id":"ntz4gxb0","title":"DIGITAL ADVERTISING","path":"https://iserve.tindlenews.co.uk","children":[],"parentId":null,"depth":0,"index":10,"isLast":true}]},"nav_bar":{"name":"thepost.uk.com Nav Bar","domain":"thepost.uk.com","bundle":"nav_bar","id":51,"changed":1739893738,"menu":[{"id":"yzd73xel","title":"Home","path":"/","children":[],"parentId":null,"depth":0,"index":0,"isLast":false},{"id":"5nhvdnnq","title":"News","path":"/news","children":[{"title":"999","id":"wkkt17t8","path":"/news/999","parentId":"5nhvdnnq","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Business","id":"idf6ogau","path":"/news/business","parentId":"5nhvdnnq","depth":1,"index":1,"isLast":false,"children":[]},{"title":"Courts","id":"1jmm00m3","path":"/news/courts","parentId":"5nhvdnnq","depth":1,"index":2,"isLast":false,"children":[]},{"title":"Education","id":"onrn3tad","path":"/news/education","parentId":"5nhvdnnq","depth":1,"index":3,"isLast":false,"children":[]},{"title":"Health","id":"itpingip","path":"/news/health","parentId":"5nhvdnnq","depth":1,"index":4,"isLast":false,"children":[]},{"title":"Planning","id":"mw6d892w","path":"/news/planning","parentId":"5nhvdnnq","depth":1,"index":5,"isLast":false,"children":[]},{"title":"Politics","id":"yek4loq9","path":"/news/politics","parentId":"5nhvdnnq","depth":1,"index":6,"isLast":true,"children":[]},{"id":"2fbg9ib7","title":"Entertainment","path":"/news/entertainment","parentId":"5nhvdnnq","depth":1,"index":2,"isLast":false,"children":[]}],"parentId":null,"depth":0,"index":1,"isLast":false,"collapsed":false},{"id":"9sp760fk","title":"Sport","path":"/sport","children":[{"title":"Bowls","id":"jmpovaf8","path":"/sport/bowls","parentId":"9sp760fk","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Cricket","id":"o5by085u","path":"/sport/cricket","parentId":"9sp760fk","depth":1,"index":1,"isLast":false,"children":[]},{"title":"Football","id":"vnxnfbu9","path":"/sport/football","parentId":"9sp760fk","depth":1,"index":2,"isLast":false,"children":[]},{"title":"Golf","id":"75dmb79o","path":"/sport/golf","parentId":"9sp760fk","depth":1,"index":3,"isLast":false,"children":[]},{"title":"Rugby","id":"npv8mach","path":"/sport/rugby","parentId":"9sp760fk","depth":1,"index":4,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":3,"isLast":false},{"id":"79i9dvao","title":"What’s On","path":"/whats-on","children":[],"parentId":null,"depth":0,"index":4,"isLast":false},{"id":"dq60xmsp","title":"Send your story","path":"/send_us_story","children":[],"parentId":null,"depth":0,"index":5,"isLast":false},{"id":"r14i5pny","title":"Subscription","path":"/subscription","children":[{"title":"Print subscription","id":"usit1zbz","path":"/print-subscription","parentId":"r14i5pny","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Digital subscriptions","id":"ibfjmnoo","path":"/subscription/digital_subscriptions","parentId":"r14i5pny","depth":1,"index":1,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":6,"isLast":false},{"id":"8ok8umxm","title":"Jobs","path":"https://www.new-job-today.co.uk/location/cornwall/?map=1","children":[],"parentId":null,"depth":0,"index":7,"isLast":false},{"id":"pz5d48bb","title":"Public Notices","path":"https://publicnoticeportal.uk/cornish-and-devon-post-series","children":[],"parentId":null,"depth":0,"index":8,"isLast":false},{"id":"742jl6xo","title":"More","path":"#","children":[{"title":"Advertise with us","id":"w9lmt8br","path":"/service/advertise-with-us-511078","parentId":"742jl6xo","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Family announcements","id":"nd4oz0sd","path":"https://www.legacy.com/uk/obituaries/tindle_cornwall-uk/browse","parentId":"742jl6xo","depth":1,"index":1,"isLast":false,"children":[]},{"title":"About","id":"3ekfueha","path":"/service/about-cornish-devon-post-511094","parentId":"742jl6xo","depth":1,"index":2,"isLast":false,"children":[]},{"title":"Contact","id":"tz5wxfsz","path":"/service/contact-511070","parentId":"742jl6xo","depth":1,"index":3,"isLast":false,"children":[]},{"title":"Complaints","id":"uxis3120","path":"/service/making-a-complaint-511086","parentId":"742jl6xo","depth":1,"index":4,"isLast":false,"children":[]},{"title":"Our papers","id":"qed5481c","path":"#","children":[{"title":"Bude \u0026 Stratton Post","id":"luxj9yae","path":"https://www.bude-today.co.uk","parentId":"qed5481c","depth":2,"index":0,"isLast":false,"children":[]},{"title":"The Cornish Times","id":"stn2xmlp","path":"https://www.cornish-times.co.uk","parentId":"qed5481c","depth":2,"index":1,"isLast":false,"children":[]},{"title":"Holsworthy Post","id":"45xyu1o9","path":"https://www.holsworthy-today.co.uk","parentId":"qed5481c","depth":2,"index":2,"isLast":true,"children":[]}],"expanded":false,"parentId":"742jl6xo","depth":1,"index":5,"isLast":true}],"parentId":null,"depth":0,"index":9,"isLast":true}]},"footer":{"name":"thepost.uk.com Footer","domain":"thepost.uk.com","bundle":"footer","id":49,"changed":1666189524,"menu":[{"title":"Terms \u0026 Conditions","id":"xj54yz1w","path":"/service/terms-and-conditions-511061"},{"title":"Contact","id":"mgxhpbbc","path":"/service/contact-511070"},{"title":"Privacy policy","id":"f82gclw7","path":"/service/privacy-and-cookies-511103"},{"title":"Jobs","id":"tsh1afld","path":"https://www.new-job-today.co.uk/location/cornwall/?map=1"},{"title":"Public notices ","id":"ovc059iz","path":"https://publicnoticeportal.uk/cornish-and-devon-post-series"}]},"header_nav":{"name":"thepost.uk.com Header Nav","domain":"thepost.uk.com","bundle":"header_nav","id":170,"changed":1695816437,"menu":[{"id":"xt9482js","title":"DIGITAL ADVERTISING","path":"https://iserve.tindlenews.co.uk","parentId":null,"depth":0,"index":3,"isLast":true,"children":[]},{"id":"3v8jom99","title":"JOBS","path":"https://www.new-job-today.co.uk/","parentId":null,"depth":0,"index":0,"isLast":false,"children":[]},{"id":"bqok3yj5","title":"PUBLIC NOTICES","path":"https://publicnoticeportal.uk/cornish-and-devon-post-series","parentId":null,"depth":0,"index":1,"isLast":false,"children":[]},{"id":"ewtr4dvr","title":"FAMILY ANNOUNCEMENTS","path":"https://www.legacy.com/uk/obituaries/tindle_cornwall-uk/browse","parentId":null,"depth":0,"index":2,"isLast":false,"children":[]}]},"contactDetails":{"buildingName":"","streetAddress":"10 Southgate Street","town":"Launceston","county":"Cornwall","country":"England","postcode":"PL15 9DP","phone":"01566 778213","email":"news@thepost.uk.com","facebook":"https://www.facebook.com/ThePostSeries","twitter":"https://twitter.com/ThePostSeries","advertisingPhoneNumber":"01566 772424","advertisingEmail":"launceston@thepost.uk.com"}},"jobs":{"jobs":"\u003c?xml version=\"1.0\"?\u003e\u003cError\u003e\u003c![CDATA[Your Access to this feature is temporarily blocked please contact us via https://hotlizard.net/contact/ or your account manager for further details]]\u003e\u003c/Error\u003e"},"publication":"thepost.uk.com"},"__N_SSP":true},"page":"/","query":{},"buildId":"HllMqp5dPumpNFN7dlU3j","isFallback":false,"dynamicIds":[46337,40280,64257,229,51698,69776,34718,28108,55823,37],"gssp":true,"scriptLoader":[]}</script></body></html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.