ADVERTISEMENT

The poor and generous widow

Published Nov 25, 2020 06:00 am

The Gospel about the widow who gave out of her poverty reminded me of Vice President Leni Robredo.  The Office of the Vice President gets the smallest appropriation in the entire bureaucracy.  Her office proposed a budget of P720 million for 2020, but the DBM only approved P679 million.  The office has no access to the perks that government officials enjoy.   She was heavily criticized for using a military aircraft for her relief operations in Catanduanes—which eventually turned out to be a false information.   She is not invited at all to official functions to which her office is entitled to.  Her office is bereft of all the trimmings that the 2nd highest office in the land deserves---and yet she gives, out of her poverty.  The Gospel says that this is the highest form of giving—“The poor widow has put more into the treasury than all the others.  They gave out of their wealth, but she out of poverty, put everything, all she had to live on.”

I did not know VP Leni.  Mayor Jesse kept his personal life private.  I only got to meet her in the inauguration of the Jesse Robredo Institute of Governance in Bicol University.  I spoke before her and drenched the podium with tears.  When she spoke next, she did so with calmness, composure and courage.  I thought that she must be made of steel.  The only time I saw her shed a tear was when she received a posthumous award that was given to Mayor Jesse by the Ateneo University.

The VP must really be a special creature.  She embodies tenacity, fortitude and audacity.  A normal human being would crumble with all the insults, insinuations, crass jokes, allegations, innuendoes, and criticisms that are thrown at her.  And yet, she bears them with head high and great dignity.

The Vice President works silently and without any fanfare.   The morning after the storm, she is already out in the streets showing people that government cares.  She brings help to show that her promises are not empty and that she means what she says.  While everyone is curled up on his/her bed and watching people suffer through their TV screens, she rides motor boats, treks muddy roads, fulfilling her mission to seek those in the periphery and give them hope.

 I am convinced that she is powered not by ambition.  She was a reluctant candidate and had to answer a despondent call to ensure that her district was represented in Congress.  Perhaps, circumstances pushed her into running for the Vice President post.  But she made the best of what was destined for her.  After being stripped of what should have been her official post in government as head of the   Housing and Urban Development Coordinating Council (HUDCC), she wasted no time to sulk, complain and criticize.  She launched “Angat Buhay” with the support of the private sector and raised P353 million worth of resources that benefitted 224,336 families in the poorest localities in the country.  Without any government funding, schools, health centers and housing units were constructed.  Capital and livelihood training were given to farmers.  Today, the Marawi housing project of the VP stands out as being the most organized and admired.

But make no mistake about the humility with which she carries out her mission.  The VP is intelligent and resolute.  As a homemaker, she set out rules that even the most outstanding mayor in the Philippines followed.  He had to take out the garbage and tutor the daughters in the evening.  As Vice President she speaks her mind out, bravely fighting for what she thinks is right, even if her stand is diametrically opposed to government’s.  She thinks federalism is not the way to go.  She opposes the imposition of the death penalty.  She repeatedly raises the grave violation of human rights in the extrajudicial killings.

She is a gracious listener in meetings, but firmly raises better alternatives that need to be considered. She is sharp, logical, and studies hard.  And of course, she has had the best mentor in governance.

VP Leni shows us how to give without counting the cost; to fight and not to heed the wounds; to labor and ask not for reward.  She must have been a Jesuit in her other life.

[email protected]

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.