ADVERTISEMENT

Mayor Jerry and Michaela's excellent Iloilo adventure

Published Jan 19, 2025 12:18 am

cover.jpeg

As a member of the UNESCO Creative Cities Network and aligning with its objective of fortifying its City of Gastronomy status, Iloilo City can thank Mayor Jerry Treñas and editor Michaela Fenix for gifting the city with its gastronomy “bible.” The 244 pages of "Gastronomic Expressions of Our City Iloilo: Nature, Culture, and Geography" is more than a mouthful of a title; it’s a comprehensive compendium and guide as to why and how this accreditation of City of Gastronomy is so well-deserved.

As can be expected, it is a recipe book, but it’s also an Iloilo history book, an ethnographic research study, a catalog of beautiful watercolor illustrations, an engaging photo essay, a narrative that soaks in the iconic Iloilo dishes and delicacies, and a roadmap for how this gastronomic identity can enhance the city’s future.

iloilo2.jpeg
The understated, yet cheerful, lay-out of the book’s pages and chapter headings. 

There’s a foreword that talks about food tourism and what it can mean for community-building, contributed by Department of Tourism Secretary Christina Garcia Frasco. It highlights the pillars of history, culture, and innovation, and how the three can converge to create a distinct gastronomic identity. She cites the visionary leadership of Mayor Jerry Treñas and the galvanizing actions of the Iloilo Festivals Foundation Inc. in helping make this vision a reality.

There’s one chapter devoted to a bowl of batchoy and how that simple physical object takes on a meaning beyond the material world, signifying cultural influences and defining a people, a place, and the experience of spooning that batchoy into one’s mouth. The succeeding chapter on recipes, as compiled by restaurateur Rosalie S. Treñas, Ige Ramos, and Hazel Palmeras Villa, is a wonderful collection of comfort food, with special sections for green gastronomy and kakanin. This “Chapter 6: Recipes” is, by itself, worth the price of admission. It’s like a “best of the best” of Iloilo cuisine, with so many culinary figures of the city contributing their versions of these classic Iloilo dishes.

iloilo3.jpeg
The beautiful watercolour illustrations of the Ingredients chapter.

Understanding Iloilo’s gastronomic identity, the interplay of geography and terroir in the ingredients available and used to create these dishes, how it all relates to place and people, and why heritage, technology, and innovation also play roles in this identity—all these are chapters in this expansive and detailed book. Plus, there’s a chapter penned by the mayor himself, recalling his childhood, his coming of age, and the city of today through the scents, sounds, and flavors of Iloilo cuisine.

From a style perspective, I especially loved Chapter 4: Ingredients and how the watercolor illustrations of Victorico Nabor and Kevin Fernandez imbued the chapter with an artistic slant that must be seen to be appreciated. It brought the inspired work on the book to a new level, distinguishing it from other culinary books we’ve seen here.

iloilo4.jpeg
Correlating Gastronomy to Society, Culture and Sustainability.

I’m well aware that there will always be a raging debate about where the culinary or gastronomic capital of the Philippines lies. Some will insist it’s a Central Luzon province, while this book humbly takes the position that it’s much farther south. I’m not even going to venture an opinion on that issue; but if any fair city needed a book or “bible” to stake its claim of preeminence, Iloilo now has it. It’s a great accomplishment, and the book is a real winner.

Related Tags

MB Lifestyle Online
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.