ADVERTISEMENT

Strength and renewal

Published Apr 1, 2026 12:05 am  |  Updated Apr 1, 2026 02:21 pm
OF TREES AND FOREST
As the Lenten season reaches its most solemn stretch, our kababayans once again prepare for the Holy Week—a time when streets grow quieter, churches fill with reflection, and families gather for remembrance and reflection. Across the country, from bustling cities to far-flung provinces and barangays, traditions we learned from our parents and grandparents come alive: pabasa chants echo through the night, penitents walk barefoot in quiet devotion, and parish churches open their doors to the faithful seeking stillness in a restless world.
In the old Tondo I remember, Holy Week carried a deep sense of shared devotion and quiet sacrifice. By Palm Sunday, television seemed to surrender to the season, with little to watch but reruns of Lenten classics like The Ten Commandments and Spartacus. The days were marked not only by silence and solemnity, but by a strong neighborhood spirit: homes, chapels, and street corners became gathering places for the pabasa, church visits, processions, and the Stations of the Cross. I also remember watching Senakulo performances in the plaza. On Good Friday and Easter Sunday, the observance felt even more communal, with solemn vigils and the joyful Salubong marking the close of the season. Looking back, Holy Week felt less like a private observance than a collective act of faith lived out in the streets.
In recent years, however, the solemn character of Holy Week has also begun to shift. For some Filipino families, the long break now means packing for the beach, heading to a resort, or visiting another country, so the season once marked by silence and sacrifice often comes with sun, leisure, and, of course, the inevitable traffic jam. Social media has also changed the way the season is experienced and shared. Some traditional practices, like the pabasa or even neighborhood processions, have gone online via live broadcast on YouTube and Facebook. Yet even in these changes, there remains an opening: a chance to rediscover the deeper meaning of the season, to bring moments of reflection into new settings, and to ensure that, wherever one may be, the spirit of Christ’s sacrifice—faith, humility, and renewal—endures.
We’re known worldwide for starting Christmas early and celebrating it longer than anyone else. But the way we commemorate the Holy Week is something to behold as well. The Lenten Season in the Philippines is more than ritual—it is a deeply lived expression of faith shaped by centuries of history and culture. It is seen in the humility of those who line up for confession, the patience of devotees walking under the heat of the sun during processions, and the quiet solidarity of families observing moments of prayer together. It’s something you’ll find very little of anywhere else in the world. In these shared acts, one finds a distinctly Filipino spirituality: communal, enduring, and rooted in hope.
When I was a child, older people would tell us to follow Jesus’ example or try to be more like Christ. At the time, I didn’t really understand what that meant. Some of us even joked, “But I don’t want to be nailed to the cross.” Years later, though, maturity and wisdom have given those words a quiet depth. Now, I have at least some sense of what they were trying to say.
Reflecting on Christ’s life and sacrifice reminds me that love isn’t just a feeling—it demands something of us, often in ways that are hard and uncomfortable, but deeply transformative. His willingness to carry the cross makes me think about the burdens we each carry, and how we can face them with patience and grace. His mercy also stays with all of us, as a reminder to be kinder, even when it’s inconvenient, especially in a world where it’s so easy to grow tired, resentful, or indifferent. In the face of adversity and hostility, to react with anger is easy, to respond with love is Christ-like and revolutionary.
Filipinos have long drawn strength from faith, especially in times of hardship. We see it in our history. Whether in the aftermath of natural disasters, during moments of national tension, or in the quiet struggles of everyday life, there is a resilience that finds its roots in spiritual conviction. Holy Week is a powerful reminder of this enduring strength—that even in suffering, there is the promise of renewal.
As Easter approaches, the message becomes clear: darkness does not have the final word. The resurrection stands as a symbol of hope, not only for individuals but for the Filipino nation as a whole. It invites all of us to believe in the possibility of transformation—to rise above division, to heal wounds both seen and unseen, and to work toward a more compassionate and just society.
For comments, please send email to: [email protected] and/ or mannyvillar.com.
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.