ADVERTISEMENT

PNoy wrote letter to Robredo after husband's death

Published Jul 3, 2021 09:33 am

More than a month after former Interior and local government secretary Jesse Robredo was laid to rest, then President Benigno Aquino III penned a personal letter to his widow, now Vice President Leni Robredo. He wrote that she and her children “were a source of strength” and assured them that his door would remain open for them.

President Benigno Aquino III looks at the Pasig River from his office in Malacañang for the last time on his final day as Philippine president on June 29, 2016. (Malacañang File Photo)

The letter was in response to the one sent by Robredo who thanked Aquino “for the many things (you) did for us during that most difficult time in our lives.”

The vice president posted a copy of his letter, written on official Malacañang stationery, on her Facebook account.

“You were a source of strength for us all; not only for those of us privileged to have worked with your husband in government, but for the nation. Our country, already united in grief, embraced you and your children in solidarity – and in turn, derived comfort from you, as all of us strove to come to terms with the loss of Jesse,” Aquino said.

In the letter, the late President also informed Robredo that Congress authorized him to confer on her husband the Quezon Service Cross, which is the highest award in government.

A copy of the letter of the late President Benigno Aquino III to Vice President Leni Robredo. (VP Leni Robredo/Facebook)

He said that only four Filipinos have received it so far: statesman Carlos P. Romulo, former President Emilio Aguinaldo, former President Ramon Magsaysay, and the President’s father, the late Senator Benigno “Ninoy” Aquino II.

Aquino thanked Robredo for her letter, saying that she was “very kind for thanking me for the tributes and efforts made by the government to honor your husband.”

READ: How PNoy stood by Leni during Jesse’s death

“They were, however, poor substitutes for what we all felt, and continue to feel are his due. The man who serves with honor deserves the fullest honors. Not as consolation, not even as tribute. But as a challenge. By rendering honors, the republic we all aspire to nurture sets the bar higher for all who serve the country,” he said.

He told Robredo he will convey her appreciation to those who worked to find her husband, whose small aircraft crashed off the coast of Masbate on August 18, 2012.

The vice president promised that she will start sharing snippets of who Aquino was as a person and leader, as she deplored that the late President's legacy is being tarnished through fake news and misinformation.

READ: PNoy’s achievements need to be known by Filipinos — Robredo

In his his letter, the Aquino acknowledged that Jesse Robredo tried to achieve a balanced public and family life. He said Jesse wanted be a “strong, reliable presence” in his family while also trying to affect change and serving the country.

“And as your children grow and embark on their own lives, Jesse will always be there, because he was always there in every crucial step of your family’s growth,” he added.

Aquino then promised to be by Robredo’s side always, adding that they have more work to do “to achieve the reforms and changes Jesse believed in so deeply.”

“My door is always open to you,” he said in closing.

Aquino died peacefully in his sleep on June 24 due to renal failure secondary to diabetes. He was laid to rest beside his parents, democracy icons Corazon Aquino and Ninoy Aquino, at the Manila Memorial Park in Parañaque.

A bachelor, he was survived by his four sisters—Ballsy, Pinky, Viel, and Kris.

Related Tags

VP Leni Robredo Quezon Service Cross Malacañang Jesse Robredo benigno aquino iii
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.